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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 89,
    "results": [
        {
            "start": 1174116900,
            "stop": 1174116903
        },
        {
            "start": 1174116917,
            "stop": 1174116962
        },
        {
            "start": 1174116969,
            "stop": 1174117295
        },
        {
            "start": 1174117296,
            "stop": 1174117368
        },
        {
            "start": 1174117372,
            "stop": 1174121247
        },
        {
            "start": 1174121251,
            "stop": 1174143973
        },
        {
            "start": 1174143977,
            "stop": 1174144518
        },
        {
            "start": 1174172592,
            "stop": 1174184899
        },
        {
            "start": 1174192897,
            "stop": 1174200199
        },
        {
            "start": 1174200202,
            "stop": 1174203926
        },
        {
            "start": 1174203929,
            "stop": 1174241222
        },
        {
            "start": 1174257202,
            "stop": 1174257538
        },
        {
            "start": 1174257541,
            "stop": 1174261927
        },
        {
            "start": 1174265122,
            "stop": 1174272527
        },
        {
            "start": 1174355652,
            "stop": 1174355683
        },
        {
            "start": 1174355832,
            "stop": 1174363150
        },
        {
            "start": 1174363153,
            "stop": 1174363156
        },
        {
            "start": 1174363159,
            "stop": 1174374536
        },
        {
            "start": 1174374540,
            "stop": 1174386435
        },
        {
            "start": 1174388993,
            "stop": 1174403993
        }
    ]
}