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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 2,
    "results": [
        {
            "start": 931077549,
            "stop": 931077922
        },
        {
            "start": 931077940,
            "stop": 931077997
        },
        {
            "start": 931078015,
            "stop": 931078297
        },
        {
            "start": 931078299,
            "stop": 931078410
        },
        {
            "start": 931078516,
            "stop": 931078690
        },
        {
            "start": 931078708,
            "stop": 931078815
        },
        {
            "start": 931079175,
            "stop": 931079299
        },
        {
            "start": 931080669,
            "stop": 931080687
        },
        {
            "start": 931080688,
            "stop": 931080689
        },
        {
            "start": 931080690,
            "stop": 931080697
        },
        {
            "start": 931080699,
            "stop": 931080700
        },
        {
            "start": 931080717,
            "stop": 931080727
        },
        {
            "start": 931080729,
            "stop": 931080748
        },
        {
            "start": 931080752,
            "stop": 931080753
        },
        {
            "start": 931080754,
            "stop": 931081036
        },
        {
            "start": 931081038,
            "stop": 931081232
        },
        {
            "start": 931081233,
            "stop": 931081250
        },
        {
            "start": 931081252,
            "stop": 931081289
        },
        {
            "start": 931081291,
            "stop": 931081343
        },
        {
            "start": 931081361,
            "stop": 931081571
        }
    ]
}