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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 282,
    "results": [
        {
            "start": 1177647859,
            "stop": 1177647981
        },
        {
            "start": 1177647982,
            "stop": 1177647990
        },
        {
            "start": 1177647991,
            "stop": 1177655688
        },
        {
            "start": 1177655692,
            "stop": 1177659865
        },
        {
            "start": 1177659869,
            "stop": 1177661349
        },
        {
            "start": 1177661350,
            "stop": 1177670305
        },
        {
            "start": 1177670306,
            "stop": 1177672443
        },
        {
            "start": 1177672447,
            "stop": 1177673100
        },
        {
            "start": 1177674319,
            "stop": 1177676964
        },
        {
            "start": 1177676968,
            "stop": 1177677370
        },
        {
            "start": 1177733104,
            "stop": 1177734154
        },
        {
            "start": 1177734155,
            "stop": 1177744049
        },
        {
            "start": 1177744050,
            "stop": 1177747730
        },
        {
            "start": 1177747732,
            "stop": 1177748137
        },
        {
            "start": 1177748138,
            "stop": 1177748275
        },
        {
            "start": 1177748276,
            "stop": 1177748278
        },
        {
            "start": 1177748279,
            "stop": 1177749185
        },
        {
            "start": 1177749187,
            "stop": 1177749265
        },
        {
            "start": 1177749266,
            "stop": 1177749570
        },
        {
            "start": 1177749571,
            "stop": 1177750705
        }
    ]
}