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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=142",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 143,
    "results": [
        {
            "start": 1418762671,
            "stop": 1418772033
        },
        {
            "start": 1418772034,
            "stop": 1418773267
        },
        {
            "start": 1418773269,
            "stop": 1418773857
        },
        {
            "start": 1418773858,
            "stop": 1418773862
        },
        {
            "start": 1418773864,
            "stop": 1418774477
        },
        {
            "start": 1418774478,
            "stop": 1418774491
        },
        {
            "start": 1418774493,
            "stop": 1418774712
        },
        {
            "start": 1418774713,
            "stop": 1418785624
        },
        {
            "start": 1418785628,
            "stop": 1418787662
        },
        {
            "start": 1418787664,
            "stop": 1418787934
        },
        {
            "start": 1418787935,
            "stop": 1418788144
        },
        {
            "start": 1418788148,
            "stop": 1418791856
        },
        {
            "start": 1418791860,
            "stop": 1418792120
        },
        {
            "start": 1418792124,
            "stop": 1418794340
        },
        {
            "start": 1418794344,
            "stop": 1418798076
        },
        {
            "start": 1418798080,
            "stop": 1418803538
        },
        {
            "start": 1418803540,
            "stop": 1418804588
        },
        {
            "start": 1418804608,
            "stop": 1418804811
        },
        {
            "start": 1418804813,
            "stop": 1418804869
        },
        {
            "start": 1418804870,
            "stop": 1418806214
        }
    ]
}