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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1882",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1880",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1881,
    "results": [
        {
            "start": 1251076438,
            "stop": 1251076819
        },
        {
            "start": 1251076821,
            "stop": 1251078506
        },
        {
            "start": 1251078508,
            "stop": 1251080404
        },
        {
            "start": 1251080407,
            "stop": 1251080828
        },
        {
            "start": 1251080831,
            "stop": 1251081707
        },
        {
            "start": 1251081710,
            "stop": 1251082091
        },
        {
            "start": 1251082094,
            "stop": 1251083547
        },
        {
            "start": 1251083550,
            "stop": 1251083960
        },
        {
            "start": 1251083963,
            "stop": 1251084114
        },
        {
            "start": 1251084117,
            "stop": 1251085202
        },
        {
            "start": 1251085205,
            "stop": 1251086721
        },
        {
            "start": 1251086723,
            "stop": 1251086906
        },
        {
            "start": 1251086909,
            "stop": 1251090459
        },
        {
            "start": 1251090461,
            "stop": 1251092476
        },
        {
            "start": 1251092478,
            "stop": 1251092800
        },
        {
            "start": 1251092802,
            "stop": 1251094207
        },
        {
            "start": 1251094210,
            "stop": 1251095024
        },
        {
            "start": 1251095027,
            "stop": 1251095573
        },
        {
            "start": 1251095576,
            "stop": 1251099025
        },
        {
            "start": 1251099028,
            "stop": 1251099799
        }
    ]
}