Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4353
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4352",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4353,
    "results": [
        {
            "start": 874785937,
            "stop": 874785963
        },
        {
            "start": 874785988,
            "stop": 874785989
        },
        {
            "start": 874786037,
            "stop": 874786047
        },
        {
            "start": 874786072,
            "stop": 874786170
        },
        {
            "start": 874786189,
            "stop": 874786191
        },
        {
            "start": 874786210,
            "stop": 874786264
        },
        {
            "start": 874786296,
            "stop": 874786299
        },
        {
            "start": 874786318,
            "stop": 874786372
        },
        {
            "start": 874786391,
            "stop": 874786395
        },
        {
            "start": 874786422,
            "stop": 874786471
        },
        {
            "start": 874786490,
            "stop": 874786515
        },
        {
            "start": 874786540,
            "stop": 874786556
        },
        {
            "start": 874786575,
            "stop": 874786611
        },
        {
            "start": 874786661,
            "stop": 874786680
        },
        {
            "start": 874786740,
            "stop": 874786761
        },
        {
            "start": 874786780,
            "stop": 874786902
        },
        {
            "start": 874787040,
            "stop": 874787041
        },
        {
            "start": 874787060,
            "stop": 874787100
        },
        {
            "start": 874787340,
            "stop": 874787421
        },
        {
            "start": 874787440,
            "stop": 874787454
        }
    ]
}