Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=35",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 36,
    "results": [
        {
            "start": 816370308,
            "stop": 816370333
        },
        {
            "start": 816371734,
            "stop": 816371737
        },
        {
            "start": 816371742,
            "stop": 816371753
        },
        {
            "start": 816371759,
            "stop": 816371761
        },
        {
            "start": 816371775,
            "stop": 816371828
        },
        {
            "start": 816371831,
            "stop": 816371841
        },
        {
            "start": 816371844,
            "stop": 816371865
        },
        {
            "start": 816371869,
            "stop": 816371982
        },
        {
            "start": 816371990,
            "stop": 816371995
        },
        {
            "start": 816371999,
            "stop": 816372126
        },
        {
            "start": 816372133,
            "stop": 816372159
        },
        {
            "start": 816372162,
            "stop": 816372279
        },
        {
            "start": 816372283,
            "stop": 816372286
        },
        {
            "start": 816372291,
            "stop": 816372292
        },
        {
            "start": 816372297,
            "stop": 816372556
        },
        {
            "start": 816372561,
            "stop": 816372577
        },
        {
            "start": 816372584,
            "stop": 816372640
        },
        {
            "start": 816372647,
            "stop": 816372649
        },
        {
            "start": 816372654,
            "stop": 816372769
        },
        {
            "start": 816372774,
            "stop": 816372987
        }
    ]
}