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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8869",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8870,
    "results": [
        {
            "start": 874909234,
            "stop": 874909304
        },
        {
            "start": 874909321,
            "stop": 874909409
        },
        {
            "start": 874909426,
            "stop": 874909571
        },
        {
            "start": 874909588,
            "stop": 874909652
        },
        {
            "start": 874909808,
            "stop": 874911998
        },
        {
            "start": 874912015,
            "stop": 874912746
        },
        {
            "start": 874912763,
            "stop": 874913021
        },
        {
            "start": 874913038,
            "stop": 874913158
        },
        {
            "start": 874913175,
            "stop": 874913606
        },
        {
            "start": 874913623,
            "stop": 874914175
        },
        {
            "start": 874914193,
            "stop": 874914499
        },
        {
            "start": 874914516,
            "stop": 874914998
        },
        {
            "start": 874915027,
            "stop": 874915216
        },
        {
            "start": 874915233,
            "stop": 874915264
        },
        {
            "start": 874915282,
            "stop": 874915320
        },
        {
            "start": 874915380,
            "stop": 874915698
        },
        {
            "start": 874915715,
            "stop": 874915893
        },
        {
            "start": 874915910,
            "stop": 874916043
        },
        {
            "start": 874916060,
            "stop": 874916133
        },
        {
            "start": 874916134,
            "stop": 874916304
        }
    ]
}