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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=84",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 85,
    "results": [
        {
            "start": 816446086,
            "stop": 816448546
        },
        {
            "start": 816448547,
            "stop": 816448636
        },
        {
            "start": 816449348,
            "stop": 816449541
        },
        {
            "start": 816449941,
            "stop": 816457632
        },
        {
            "start": 816458042,
            "stop": 816463640
        },
        {
            "start": 816463643,
            "stop": 816464333
        },
        {
            "start": 816464350,
            "stop": 816467192
        },
        {
            "start": 816467312,
            "stop": 816468815
        },
        {
            "start": 816468935,
            "stop": 816468969
        },
        {
            "start": 816469089,
            "stop": 816469625
        },
        {
            "start": 816470180,
            "stop": 816470953
        },
        {
            "start": 816470956,
            "stop": 816471377
        },
        {
            "start": 816474137,
            "stop": 816474878
        },
        {
            "start": 816474881,
            "stop": 816475571
        },
        {
            "start": 816475691,
            "stop": 816476027
        },
        {
            "start": 816476029,
            "stop": 816481046
        },
        {
            "start": 816481166,
            "stop": 816481249
        },
        {
            "start": 816481778,
            "stop": 816481935
        },
        {
            "start": 816482055,
            "stop": 816484833
        },
        {
            "start": 816484836,
            "stop": 816484841
        }
    ]
}