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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4369",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4370,
    "results": [
        {
            "start": 874940014,
            "stop": 874940240
        },
        {
            "start": 874940414,
            "stop": 874940826
        },
        {
            "start": 874940845,
            "stop": 874940934
        },
        {
            "start": 874940953,
            "stop": 874941483
        },
        {
            "start": 874941603,
            "stop": 874941962
        },
        {
            "start": 874941983,
            "stop": 874942319
        },
        {
            "start": 874942439,
            "stop": 874942555
        },
        {
            "start": 874942574,
            "stop": 874943051
        },
        {
            "start": 874943171,
            "stop": 874943640
        },
        {
            "start": 874943700,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874944692
        },
        {
            "start": 874944712,
            "stop": 874944972
        },
        {
            "start": 874944992,
            "stop": 874945095
        },
        {
            "start": 874945114,
            "stop": 874945238
        },
        {
            "start": 874945257,
            "stop": 874945321
        },
        {
            "start": 874945340,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949184
        },
        {
            "start": 874949205,
            "stop": 874949278
        },
        {
            "start": 874950603,
            "stop": 874950605
        },
        {
            "start": 874950624,
            "stop": 874950723
        }
    ]
}