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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=37",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 38,
    "results": [
        {
            "start": 820615215,
            "stop": 820626109
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635193
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820695652
        },
        {
            "start": 820696305,
            "stop": 820700087
        },
        {
            "start": 820700944,
            "stop": 820713046
        },
        {
            "start": 820713795,
            "stop": 820716167
        },
        {
            "start": 820717712,
            "stop": 820717936
        },
        {
            "start": 820717941,
            "stop": 820718003
        },
        {
            "start": 820718007,
            "stop": 820718226
        },
        {
            "start": 820718236,
            "stop": 820718307
        },
        {
            "start": 820718312,
            "stop": 820718392
        },
        {
            "start": 820718401,
            "stop": 820718411
        },
        {
            "start": 820718415,
            "stop": 820718452
        },
        {
            "start": 820718456,
            "stop": 820718598
        },
        {
            "start": 820718607,
            "stop": 820718773
        },
        {
            "start": 820718781,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820732008
        },
        {
            "start": 820733035,
            "stop": 820733824
        }
    ]
}