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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=27",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 28,
    "results": [
        {
            "start": 816406151,
            "stop": 816407434
        },
        {
            "start": 816407451,
            "stop": 816412919
        },
        {
            "start": 816413039,
            "stop": 816416573
        },
        {
            "start": 816416577,
            "stop": 816419744
        },
        {
            "start": 816419776,
            "stop": 816430485
        },
        {
            "start": 816430518,
            "stop": 816430712
        },
        {
            "start": 816432144,
            "stop": 816437412
        },
        {
            "start": 816437416,
            "stop": 816438231
        },
        {
            "start": 816438233,
            "stop": 816439024
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445663
        },
        {
            "start": 816446360,
            "stop": 816448713
        },
        {
            "start": 816450273,
            "stop": 816452820
        },
        {
            "start": 816452880,
            "stop": 816453220
        },
        {
            "start": 816453239,
            "stop": 816456372
        },
        {
            "start": 816456389,
            "stop": 816456751
        },
        {
            "start": 816456753,
            "stop": 816457118
        },
        {
            "start": 816459873,
            "stop": 816462529
        },
        {
            "start": 816462532,
            "stop": 816465360
        },
        {
            "start": 816465480,
            "stop": 816465780
        }
    ]
}