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=40655
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=40656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40654",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40655,
    "results": [
        {
            "start": 874918123,
            "stop": 874918127
        },
        {
            "start": 874918128,
            "stop": 874918131
        },
        {
            "start": 874918133,
            "stop": 874918134
        },
        {
            "start": 874918135,
            "stop": 874918141
        },
        {
            "start": 874918142,
            "stop": 874918144
        },
        {
            "start": 874918145,
            "stop": 874918148
        },
        {
            "start": 874918150,
            "stop": 874918151
        },
        {
            "start": 874918152,
            "stop": 874918160
        },
        {
            "start": 874918162,
            "stop": 874918186
        },
        {
            "start": 874918188,
            "stop": 874918190
        },
        {
            "start": 874918193,
            "stop": 874918196
        },
        {
            "start": 874918198,
            "stop": 874918199
        },
        {
            "start": 874918200,
            "stop": 874918203
        },
        {
            "start": 874918205,
            "stop": 874918223
        },
        {
            "start": 874918224,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874918439
        },
        {
            "start": 874918440,
            "stop": 874918509
        },
        {
            "start": 874918510,
            "stop": 874918527
        },
        {
            "start": 874918529,
            "stop": 874918570
        },
        {
            "start": 874918571,
            "stop": 874918618
        }
    ]
}