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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=242",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 243,
    "results": [
        {
            "start": 1422011137,
            "stop": 1422011373
        },
        {
            "start": 1422011381,
            "stop": 1422011845
        },
        {
            "start": 1422011849,
            "stop": 1422011868
        },
        {
            "start": 1422011870,
            "stop": 1422011916
        },
        {
            "start": 1422011917,
            "stop": 1422011925
        },
        {
            "start": 1422011933,
            "stop": 1422011945
        },
        {
            "start": 1422011965,
            "stop": 1422012995
        },
        {
            "start": 1422012997,
            "stop": 1422013193
        },
        {
            "start": 1422013217,
            "stop": 1422013355
        },
        {
            "start": 1422013356,
            "stop": 1422013357
        },
        {
            "start": 1422013358,
            "stop": 1422013361
        },
        {
            "start": 1422046216,
            "stop": 1422046247
        },
        {
            "start": 1422046249,
            "stop": 1422046276
        },
        {
            "start": 1422046277,
            "stop": 1422046279
        },
        {
            "start": 1422046281,
            "stop": 1422046300
        },
        {
            "start": 1422046312,
            "stop": 1422046332
        },
        {
            "start": 1422046336,
            "stop": 1422046368
        },
        {
            "start": 1422046380,
            "stop": 1422046448
        },
        {
            "start": 1422046452,
            "stop": 1422046478
        },
        {
            "start": 1422046480,
            "stop": 1422046496
        }
    ]
}