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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=115",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 116,
    "results": [
        {
            "start": 831698663,
            "stop": 831699368
        },
        {
            "start": 831700731,
            "stop": 831705254
        },
        {
            "start": 831708123,
            "stop": 831742733
        },
        {
            "start": 831743161,
            "stop": 831747195
        },
        {
            "start": 831748416,
            "stop": 831764817
        },
        {
            "start": 831766832,
            "stop": 831790819
        },
        {
            "start": 831791757,
            "stop": 831811583
        },
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848884
        },
        {
            "start": 831849823,
            "stop": 831850412
        },
        {
            "start": 831852713,
            "stop": 831860544
        },
        {
            "start": 831860609,
            "stop": 831871146
        },
        {
            "start": 831873460,
            "stop": 831911418
        },
        {
            "start": 831913030,
            "stop": 831923458
        },
        {
            "start": 831931179,
            "stop": 831933651
        },
        {
            "start": 831937050,
            "stop": 831938810
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831956194
        },
        {
            "start": 831956638,
            "stop": 831962852
        },
        {
            "start": 831962950,
            "stop": 831982342
        }
    ]
}