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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=420",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 421,
    "results": [
        {
            "start": 855092272,
            "stop": 855129954
        },
        {
            "start": 855131260,
            "stop": 855146339
        },
        {
            "start": 855147734,
            "stop": 855154862
        },
        {
            "start": 855156723,
            "stop": 855167392
        },
        {
            "start": 855171119,
            "stop": 855198094
        },
        {
            "start": 855198769,
            "stop": 855216584
        },
        {
            "start": 855217534,
            "stop": 855228887
        },
        {
            "start": 855230267,
            "stop": 855233648
        },
        {
            "start": 855234582,
            "stop": 855247130
        },
        {
            "start": 855248016,
            "stop": 855254330
        },
        {
            "start": 855254456,
            "stop": 855302333
        },
        {
            "start": 855303664,
            "stop": 855308360
        },
        {
            "start": 855308430,
            "stop": 855313899
        },
        {
            "start": 855316444,
            "stop": 855317094
        },
        {
            "start": 855318320,
            "stop": 855335386
        },
        {
            "start": 855335525,
            "stop": 855338327
        },
        {
            "start": 855338465,
            "stop": 855351968
        },
        {
            "start": 855353369,
            "stop": 855375621
        },
        {
            "start": 855377739,
            "stop": 855380648
        },
        {
            "start": 855380833,
            "stop": 855382225
        }
    ]
}