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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=26",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 27,
    "results": [
        {
            "start": 931164980,
            "stop": 931164983
        },
        {
            "start": 931165005,
            "stop": 931165058
        },
        {
            "start": 931165075,
            "stop": 931165102
        },
        {
            "start": 931165104,
            "stop": 931165203
        },
        {
            "start": 931165582,
            "stop": 931165591
        },
        {
            "start": 931165609,
            "stop": 931165648
        },
        {
            "start": 931165665,
            "stop": 931165669
        },
        {
            "start": 931165686,
            "stop": 931165700
        },
        {
            "start": 931165718,
            "stop": 931165834
        },
        {
            "start": 931165852,
            "stop": 931166086
        },
        {
            "start": 931166103,
            "stop": 931166163
        },
        {
            "start": 931166182,
            "stop": 931166344
        },
        {
            "start": 931166386,
            "stop": 931166396
        },
        {
            "start": 931166422,
            "stop": 931166520
        },
        {
            "start": 931166537,
            "stop": 931166611
        },
        {
            "start": 931166637,
            "stop": 931166667
        },
        {
            "start": 931166685,
            "stop": 931166703
        },
        {
            "start": 931166721,
            "stop": 931166733
        },
        {
            "start": 931166751,
            "stop": 931166790
        },
        {
            "start": 931166808,
            "stop": 931166926
        }
    ]
}