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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=274",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 275,
    "results": [
        {
            "start": 821067879,
            "stop": 821068419
        },
        {
            "start": 821068422,
            "stop": 821068445
        },
        {
            "start": 821068448,
            "stop": 821068810
        },
        {
            "start": 821068813,
            "stop": 821069233
        },
        {
            "start": 821069236,
            "stop": 821069476
        },
        {
            "start": 821069479,
            "stop": 821070005
        },
        {
            "start": 821070008,
            "stop": 821070869
        },
        {
            "start": 821075333,
            "stop": 821075874
        },
        {
            "start": 821076347,
            "stop": 821076358
        },
        {
            "start": 821076367,
            "stop": 821076392
        },
        {
            "start": 821076401,
            "stop": 821076407
        },
        {
            "start": 821076415,
            "stop": 821076924
        },
        {
            "start": 821076928,
            "stop": 821077033
        },
        {
            "start": 821077037,
            "stop": 821077067
        },
        {
            "start": 821077071,
            "stop": 821077235
        },
        {
            "start": 821077239,
            "stop": 821077254
        },
        {
            "start": 821077258,
            "stop": 821077412
        },
        {
            "start": 821077415,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821078536
        },
        {
            "start": 821078539,
            "stop": 821078894
        }
    ]
}