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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40803",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40804,
    "results": [
        {
            "start": 875015182,
            "stop": 875015202
        },
        {
            "start": 875015203,
            "stop": 875015211
        },
        {
            "start": 875015212,
            "stop": 875015311
        },
        {
            "start": 875015312,
            "stop": 875015335
        },
        {
            "start": 875015336,
            "stop": 875015465
        },
        {
            "start": 875015466,
            "stop": 875015518
        },
        {
            "start": 875015519,
            "stop": 875015630
        },
        {
            "start": 875015631,
            "stop": 875016117
        },
        {
            "start": 875016118,
            "stop": 875016127
        },
        {
            "start": 875016128,
            "stop": 875016180
        },
        {
            "start": 875016240,
            "stop": 875016300
        },
        {
            "start": 875016420,
            "stop": 875016431
        },
        {
            "start": 875016432,
            "stop": 875016467
        },
        {
            "start": 875016468,
            "stop": 875016475
        },
        {
            "start": 875016476,
            "stop": 875016480
        },
        {
            "start": 875016720,
            "stop": 875016728
        },
        {
            "start": 875016730,
            "stop": 875016851
        },
        {
            "start": 875016853,
            "stop": 875016900
        },
        {
            "start": 875017440,
            "stop": 875017448
        },
        {
            "start": 875017449,
            "stop": 875017502
        }
    ]
}