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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=64",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 65,
    "results": [
        {
            "start": 824623360,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628933
        },
        {
            "start": 824672944,
            "stop": 824674556
        },
        {
            "start": 824675518,
            "stop": 824678717
        },
        {
            "start": 824681146,
            "stop": 824683020
        },
        {
            "start": 824703372,
            "stop": 824729843
        },
        {
            "start": 824729851,
            "stop": 824729960
        },
        {
            "start": 824729968,
            "stop": 824729998
        },
        {
            "start": 824730006,
            "stop": 824730028
        },
        {
            "start": 824739317,
            "stop": 824742760
        },
        {
            "start": 824750010,
            "stop": 824750483
        },
        {
            "start": 824756436,
            "stop": 824756529
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824825559
        },
        {
            "start": 824825914,
            "stop": 824825965
        },
        {
            "start": 824832862,
            "stop": 824837229
        },
        {
            "start": 824837237,
            "stop": 824837903
        },
        {
            "start": 824838308,
            "stop": 824842251
        },
        {
            "start": 824842336,
            "stop": 824843995
        },
        {
            "start": 824844002,
            "stop": 824844019
        }
    ]
}