Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=160
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=159",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 160,
    "results": [
        {
            "start": 843665787,
            "stop": 843675217
        },
        {
            "start": 843691469,
            "stop": 843701906
        },
        {
            "start": 843701983,
            "stop": 843716320
        },
        {
            "start": 843717127,
            "stop": 843721566
        },
        {
            "start": 843725116,
            "stop": 843730158
        },
        {
            "start": 843746822,
            "stop": 843765298
        },
        {
            "start": 843766195,
            "stop": 843770873
        },
        {
            "start": 843772468,
            "stop": 843772471
        },
        {
            "start": 843772577,
            "stop": 843810382
        },
        {
            "start": 843811596,
            "stop": 843813884
        },
        {
            "start": 843813983,
            "stop": 843821996
        },
        {
            "start": 843823076,
            "stop": 843826969
        },
        {
            "start": 843827306,
            "stop": 843832383
        },
        {
            "start": 843832513,
            "stop": 843833063
        },
        {
            "start": 843836136,
            "stop": 843836333
        },
        {
            "start": 843839185,
            "stop": 843840355
        },
        {
            "start": 843842230,
            "stop": 843846973
        },
        {
            "start": 843854133,
            "stop": 843858260
        },
        {
            "start": 843858985,
            "stop": 843864188
        },
        {
            "start": 843864239,
            "stop": 843891100
        }
    ]
}