Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=194
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=193",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 194,
    "results": [
        {
            "start": 818208821,
            "stop": 818208822
        },
        {
            "start": 818208843,
            "stop": 818208845
        },
        {
            "start": 818208851,
            "stop": 818208852
        },
        {
            "start": 818208855,
            "stop": 818208862
        },
        {
            "start": 818208865,
            "stop": 818208868
        },
        {
            "start": 818208872,
            "stop": 818208873
        },
        {
            "start": 818208883,
            "stop": 818208884
        },
        {
            "start": 818208888,
            "stop": 818208896
        },
        {
            "start": 818208901,
            "stop": 818208902
        },
        {
            "start": 818208908,
            "stop": 818208912
        },
        {
            "start": 818208915,
            "stop": 818208919
        },
        {
            "start": 818208922,
            "stop": 818208923
        },
        {
            "start": 818208926,
            "stop": 818208927
        },
        {
            "start": 818208932,
            "stop": 818208935
        },
        {
            "start": 818208938,
            "stop": 818208944
        },
        {
            "start": 818208952,
            "stop": 818208960
        },
        {
            "start": 818208963,
            "stop": 818208964
        },
        {
            "start": 818208973,
            "stop": 818208976
        },
        {
            "start": 818208988,
            "stop": 818208989
        },
        {
            "start": 818208999,
            "stop": 818209003
        }
    ]
}