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=40968
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=40969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40967",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40968,
    "results": [
        {
            "start": 875129774,
            "stop": 875129787
        },
        {
            "start": 875129788,
            "stop": 875129866
        },
        {
            "start": 875129867,
            "stop": 875129890
        },
        {
            "start": 875129892,
            "stop": 875129910
        },
        {
            "start": 875129911,
            "stop": 875129942
        },
        {
            "start": 875129943,
            "stop": 875130123
        },
        {
            "start": 875130124,
            "stop": 875130125
        },
        {
            "start": 875130127,
            "stop": 875130128
        },
        {
            "start": 875130129,
            "stop": 875130165
        },
        {
            "start": 875130166,
            "stop": 875130269
        },
        {
            "start": 875130270,
            "stop": 875130278
        },
        {
            "start": 875130280,
            "stop": 875130281
        },
        {
            "start": 875130283,
            "stop": 875130293
        },
        {
            "start": 875130294,
            "stop": 875130308
        },
        {
            "start": 875130309,
            "stop": 875130325
        },
        {
            "start": 875130327,
            "stop": 875130340
        },
        {
            "start": 875130341,
            "stop": 875130342
        },
        {
            "start": 875130343,
            "stop": 875130367
        },
        {
            "start": 875130369,
            "stop": 875130370
        },
        {
            "start": 875130371,
            "stop": 875130384
        }
    ]
}