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=5030
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=5031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5029",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5030,
    "results": [
        {
            "start": 874556998,
            "stop": 874557002
        },
        {
            "start": 874557021,
            "stop": 874557066
        },
        {
            "start": 874557101,
            "stop": 874557129
        },
        {
            "start": 874557171,
            "stop": 874557202
        },
        {
            "start": 874557227,
            "stop": 874557233
        },
        {
            "start": 874557271,
            "stop": 874557309
        },
        {
            "start": 874557328,
            "stop": 874557333
        },
        {
            "start": 874557352,
            "stop": 874557399
        },
        {
            "start": 874557436,
            "stop": 874557441
        },
        {
            "start": 874557460,
            "stop": 874557467
        },
        {
            "start": 874557487,
            "stop": 874557503
        },
        {
            "start": 874557525,
            "stop": 874557526
        },
        {
            "start": 874557545,
            "stop": 874557660
        },
        {
            "start": 874557720,
            "stop": 874557761
        },
        {
            "start": 874557781,
            "stop": 874557819
        },
        {
            "start": 874557871,
            "stop": 874557938
        },
        {
            "start": 874557989,
            "stop": 874557994
        },
        {
            "start": 874558015,
            "stop": 874558017
        },
        {
            "start": 874558036,
            "stop": 874558056
        },
        {
            "start": 874558076,
            "stop": 874558146
        }
    ]
}