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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=212",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 213,
    "results": [
        {
            "start": 1177082391,
            "stop": 1177082403
        },
        {
            "start": 1177082404,
            "stop": 1177082866
        },
        {
            "start": 1177082867,
            "stop": 1177083010
        },
        {
            "start": 1177083011,
            "stop": 1177083013
        },
        {
            "start": 1177083014,
            "stop": 1177083066
        },
        {
            "start": 1177083067,
            "stop": 1177083068
        },
        {
            "start": 1177083072,
            "stop": 1177083088
        },
        {
            "start": 1177083090,
            "stop": 1177083092
        },
        {
            "start": 1177083093,
            "stop": 1177083196
        },
        {
            "start": 1177083197,
            "stop": 1177083241
        },
        {
            "start": 1177083242,
            "stop": 1177083348
        },
        {
            "start": 1177083349,
            "stop": 1177083350
        },
        {
            "start": 1177083352,
            "stop": 1177083353
        },
        {
            "start": 1177083357,
            "stop": 1177083363
        },
        {
            "start": 1177083364,
            "stop": 1177083365
        },
        {
            "start": 1177083367,
            "stop": 1177083374
        },
        {
            "start": 1177083380,
            "stop": 1177083392
        },
        {
            "start": 1177083394,
            "stop": 1177083484
        },
        {
            "start": 1177083486,
            "stop": 1177083584
        },
        {
            "start": 1177083585,
            "stop": 1177083588
        }
    ]
}