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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5144",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5145,
    "results": [
        {
            "start": 874759026,
            "stop": 874759059
        },
        {
            "start": 874759091,
            "stop": 874759230
        },
        {
            "start": 874759249,
            "stop": 874759301
        },
        {
            "start": 874759321,
            "stop": 874759341
        },
        {
            "start": 874759360,
            "stop": 874759381
        },
        {
            "start": 874759400,
            "stop": 874759629
        },
        {
            "start": 874759648,
            "stop": 874759693
        },
        {
            "start": 874759737,
            "stop": 874759821
        },
        {
            "start": 874759842,
            "stop": 874759864
        },
        {
            "start": 874759883,
            "stop": 874759896
        },
        {
            "start": 874759929,
            "stop": 874760058
        },
        {
            "start": 874760077,
            "stop": 874760121
        },
        {
            "start": 874760140,
            "stop": 874760204
        },
        {
            "start": 874760245,
            "stop": 874760321
        },
        {
            "start": 874760340,
            "stop": 874760423
        },
        {
            "start": 874760442,
            "stop": 874760527
        },
        {
            "start": 874760552,
            "stop": 874760612
        },
        {
            "start": 874760632,
            "stop": 874760702
        },
        {
            "start": 874760721,
            "stop": 874760792
        },
        {
            "start": 874760834,
            "stop": 874760878
        }
    ]
}