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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=248",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 249,
    "results": [
        {
            "start": 1177045898,
            "stop": 1177045901
        },
        {
            "start": 1177045902,
            "stop": 1177045908
        },
        {
            "start": 1177045909,
            "stop": 1177045912
        },
        {
            "start": 1177045915,
            "stop": 1177046189
        },
        {
            "start": 1177046190,
            "stop": 1177046418
        },
        {
            "start": 1177046419,
            "stop": 1177046435
        },
        {
            "start": 1177046439,
            "stop": 1177046440
        },
        {
            "start": 1177046441,
            "stop": 1177046592
        },
        {
            "start": 1177046601,
            "stop": 1177046602
        },
        {
            "start": 1177046605,
            "stop": 1177046980
        },
        {
            "start": 1177046981,
            "stop": 1177047078
        },
        {
            "start": 1177047080,
            "stop": 1177047085
        },
        {
            "start": 1177047088,
            "stop": 1177047104
        },
        {
            "start": 1177047107,
            "stop": 1177047108
        },
        {
            "start": 1177047111,
            "stop": 1177047112
        },
        {
            "start": 1177047122,
            "stop": 1177047125
        },
        {
            "start": 1177047128,
            "stop": 1177047374
        },
        {
            "start": 1177047380,
            "stop": 1177047406
        },
        {
            "start": 1177047411,
            "stop": 1177047418
        },
        {
            "start": 1177047423,
            "stop": 1177047479
        }
    ]
}