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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5164",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5165,
    "results": [
        {
            "start": 874862460,
            "stop": 874862807
        },
        {
            "start": 874862844,
            "stop": 874863039
        },
        {
            "start": 874863061,
            "stop": 874863112
        },
        {
            "start": 874863131,
            "stop": 874863242
        },
        {
            "start": 874863261,
            "stop": 874863375
        },
        {
            "start": 874863395,
            "stop": 874863498
        },
        {
            "start": 874863517,
            "stop": 874863539
        },
        {
            "start": 874863573,
            "stop": 874863780
        },
        {
            "start": 874863840,
            "stop": 874863887
        },
        {
            "start": 874863906,
            "stop": 874864124
        },
        {
            "start": 874864143,
            "stop": 874864172
        },
        {
            "start": 874864191,
            "stop": 874864226
        },
        {
            "start": 874864245,
            "stop": 874864283
        },
        {
            "start": 874864318,
            "stop": 874864325
        },
        {
            "start": 874864345,
            "stop": 874864394
        },
        {
            "start": 874864431,
            "stop": 874864532
        },
        {
            "start": 874864962,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874865301
        },
        {
            "start": 874865320,
            "stop": 874865358
        },
        {
            "start": 874865377,
            "stop": 874865407
        }
    ]
}