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_CAT2_H2L1/segments?format=api&page=1002
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1001",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1002,
    "results": [
        {
            "start": 873256116,
            "stop": 873256836
        },
        {
            "start": 873256984,
            "stop": 873257044
        },
        {
            "start": 873257197,
            "stop": 873257257
        },
        {
            "start": 873257541,
            "stop": 873257841
        },
        {
            "start": 873258928,
            "stop": 873261508
        },
        {
            "start": 873261694,
            "stop": 873264274
        },
        {
            "start": 873264682,
            "stop": 873269782
        },
        {
            "start": 873269963,
            "stop": 873270983
        },
        {
            "start": 873271157,
            "stop": 873271937
        },
        {
            "start": 873272138,
            "stop": 873274058
        },
        {
            "start": 873275781,
            "stop": 873276801
        },
        {
            "start": 873277241,
            "stop": 873277481
        },
        {
            "start": 873277744,
            "stop": 873279244
        },
        {
            "start": 873279508,
            "stop": 873279568
        },
        {
            "start": 873279967,
            "stop": 873280387
        },
        {
            "start": 873280537,
            "stop": 873281137
        },
        {
            "start": 873281283,
            "stop": 873281943
        },
        {
            "start": 873282099,
            "stop": 873282579
        },
        {
            "start": 873282756,
            "stop": 873283296
        },
        {
            "start": 873283458,
            "stop": 873283698
        }
    ]
}