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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 347,
    "results": [
        {
            "start": 1181489810,
            "stop": 1181490413
        },
        {
            "start": 1181490414,
            "stop": 1181490871
        },
        {
            "start": 1181500458,
            "stop": 1181502533
        },
        {
            "start": 1181502534,
            "stop": 1181503789
        },
        {
            "start": 1181503792,
            "stop": 1181504744
        },
        {
            "start": 1181504747,
            "stop": 1181505197
        },
        {
            "start": 1181505198,
            "stop": 1181507571
        },
        {
            "start": 1181507574,
            "stop": 1181509846
        },
        {
            "start": 1181509850,
            "stop": 1181510724
        },
        {
            "start": 1181510728,
            "stop": 1181511686
        },
        {
            "start": 1181511687,
            "stop": 1181512981
        },
        {
            "start": 1181512982,
            "stop": 1181514719
        },
        {
            "start": 1181514720,
            "stop": 1181515333
        },
        {
            "start": 1181515336,
            "stop": 1181515799
        },
        {
            "start": 1181515800,
            "stop": 1181515902
        },
        {
            "start": 1181515903,
            "stop": 1181515914
        },
        {
            "start": 1181515915,
            "stop": 1181516641
        },
        {
            "start": 1181516642,
            "stop": 1181516961
        },
        {
            "start": 1181516962,
            "stop": 1181520918
        },
        {
            "start": 1181522351,
            "stop": 1181524320
        }
    ]
}