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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16004",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16002",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16003,
    "results": [
        {
            "start": 971527897,
            "stop": 971527967
        },
        {
            "start": 971527969,
            "stop": 971527979
        },
        {
            "start": 971527982,
            "stop": 971527989
        },
        {
            "start": 971528010,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971545863
        },
        {
            "start": 971545864,
            "stop": 971545868
        },
        {
            "start": 971545874,
            "stop": 971545875
        },
        {
            "start": 971545877,
            "stop": 971545897
        },
        {
            "start": 971545900,
            "stop": 971545918
        },
        {
            "start": 971545922,
            "stop": 971545934
        },
        {
            "start": 971545938,
            "stop": 971545943
        },
        {
            "start": 971545946,
            "stop": 971546003
        },
        {
            "start": 971546006,
            "stop": 971546147
        },
        {
            "start": 971546150,
            "stop": 971546163
        },
        {
            "start": 971546184,
            "stop": 971546331
        },
        {
            "start": 971546334,
            "stop": 971546377
        },
        {
            "start": 971546380,
            "stop": 971546627
        },
        {
            "start": 971546660,
            "stop": 971546755
        },
        {
            "start": 971546758,
            "stop": 971546938
        },
        {
            "start": 971546941,
            "stop": 971546964
        }
    ]
}