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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=339",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 340,
    "results": [
        {
            "start": 845663045,
            "stop": 845665471
        },
        {
            "start": 845671745,
            "stop": 845675577
        },
        {
            "start": 845688080,
            "stop": 845688348
        },
        {
            "start": 845688350,
            "stop": 845690627
        },
        {
            "start": 845690629,
            "stop": 845690823
        },
        {
            "start": 845690825,
            "stop": 845701549
        },
        {
            "start": 845701551,
            "stop": 845703860
        },
        {
            "start": 845703861,
            "stop": 845707441
        },
        {
            "start": 845708068,
            "stop": 845711318
        },
        {
            "start": 845711320,
            "stop": 845725138
        },
        {
            "start": 845725141,
            "stop": 845728148
        },
        {
            "start": 845728150,
            "stop": 845732156
        },
        {
            "start": 845732250,
            "stop": 845732301
        },
        {
            "start": 845733394,
            "stop": 845733773
        },
        {
            "start": 845767872,
            "stop": 845768113
        },
        {
            "start": 845768115,
            "stop": 845769891
        },
        {
            "start": 845769893,
            "stop": 845770089
        },
        {
            "start": 845770091,
            "stop": 845770407
        },
        {
            "start": 845770409,
            "stop": 845771281
        },
        {
            "start": 845771283,
            "stop": 845774859
        }
    ]
}