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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7703",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7704,
    "results": [
        {
            "start": 971506229,
            "stop": 971506259
        },
        {
            "start": 971506262,
            "stop": 971506263
        },
        {
            "start": 971506266,
            "stop": 971506278
        },
        {
            "start": 971506281,
            "stop": 971506305
        },
        {
            "start": 971506308,
            "stop": 971506355
        },
        {
            "start": 971506359,
            "stop": 971506363
        },
        {
            "start": 971506366,
            "stop": 971506406
        },
        {
            "start": 971506409,
            "stop": 971506427
        },
        {
            "start": 971506430,
            "stop": 971506434
        },
        {
            "start": 971506440,
            "stop": 971506478
        },
        {
            "start": 971506481,
            "stop": 971506486
        },
        {
            "start": 971506489,
            "stop": 971506495
        },
        {
            "start": 971506498,
            "stop": 971506533
        },
        {
            "start": 971506536,
            "stop": 971506554
        },
        {
            "start": 971506566,
            "stop": 971506571
        },
        {
            "start": 971506575,
            "stop": 971506588
        },
        {
            "start": 971506591,
            "stop": 971506606
        },
        {
            "start": 971506609,
            "stop": 971506634
        },
        {
            "start": 971506637,
            "stop": 971506640
        },
        {
            "start": 971506644,
            "stop": 971506657
        }
    ]
}