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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 3,
    "results": [
        {
            "start": 815890650,
            "stop": 815890661
        },
        {
            "start": 815892907,
            "stop": 815902073
        },
        {
            "start": 815902260,
            "stop": 815904963
        },
        {
            "start": 815912574,
            "stop": 815913210
        },
        {
            "start": 815916245,
            "stop": 815917030
        },
        {
            "start": 815927183,
            "stop": 815927370
        },
        {
            "start": 815928305,
            "stop": 815928330
        },
        {
            "start": 815928390,
            "stop": 815928393
        },
        {
            "start": 815931030,
            "stop": 815931086
        },
        {
            "start": 815962530,
            "stop": 815962836
        },
        {
            "start": 815963531,
            "stop": 815963850
        },
        {
            "start": 815963910,
            "stop": 815963921
        },
        {
            "start": 815964775,
            "stop": 815965319
        },
        {
            "start": 815965936,
            "stop": 815966106
        },
        {
            "start": 815966831,
            "stop": 815966869
        },
        {
            "start": 815970229,
            "stop": 815971712
        },
        {
            "start": 815971853,
            "stop": 815972925
        },
        {
            "start": 815974096,
            "stop": 815988454
        },
        {
            "start": 815989608,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        }
    ]
}