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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=211",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 212,
    "results": [
        {
            "start": 1177074766,
            "stop": 1177074904
        },
        {
            "start": 1177074907,
            "stop": 1177075008
        },
        {
            "start": 1177075010,
            "stop": 1177075583
        },
        {
            "start": 1177075585,
            "stop": 1177075723
        },
        {
            "start": 1177075725,
            "stop": 1177076009
        },
        {
            "start": 1177076012,
            "stop": 1177077338
        },
        {
            "start": 1177077339,
            "stop": 1177078588
        },
        {
            "start": 1177078589,
            "stop": 1177078711
        },
        {
            "start": 1177078717,
            "stop": 1177080662
        },
        {
            "start": 1177080663,
            "stop": 1177080734
        },
        {
            "start": 1177080735,
            "stop": 1177081161
        },
        {
            "start": 1177081162,
            "stop": 1177081344
        },
        {
            "start": 1177081346,
            "stop": 1177081349
        },
        {
            "start": 1177081350,
            "stop": 1177081351
        },
        {
            "start": 1177081356,
            "stop": 1177081425
        },
        {
            "start": 1177081426,
            "stop": 1177082131
        },
        {
            "start": 1177082132,
            "stop": 1177082133
        },
        {
            "start": 1177082136,
            "stop": 1177082383
        },
        {
            "start": 1177082384,
            "stop": 1177082387
        },
        {
            "start": 1177082388,
            "stop": 1177082390
        }
    ]
}