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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8920",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8921,
    "results": [
        {
            "start": 873458957,
            "stop": 873458988
        },
        {
            "start": 873459007,
            "stop": 873459111
        },
        {
            "start": 873459132,
            "stop": 873459243
        },
        {
            "start": 873459262,
            "stop": 873459763
        },
        {
            "start": 873459780,
            "stop": 873459799
        },
        {
            "start": 873459900,
            "stop": 873459955
        },
        {
            "start": 873459974,
            "stop": 873460207
        },
        {
            "start": 873460699,
            "stop": 873460728
        },
        {
            "start": 873460745,
            "stop": 873460753
        },
        {
            "start": 873460770,
            "stop": 873460816
        },
        {
            "start": 873460850,
            "stop": 873460851
        },
        {
            "start": 873463832,
            "stop": 873463834
        },
        {
            "start": 873463909,
            "stop": 873463925
        },
        {
            "start": 873464000,
            "stop": 873464010
        },
        {
            "start": 873464176,
            "stop": 873464186
        },
        {
            "start": 873464203,
            "stop": 873464210
        },
        {
            "start": 873464340,
            "stop": 873464360
        },
        {
            "start": 873464380,
            "stop": 873464460
        },
        {
            "start": 873464479,
            "stop": 873464759
        },
        {
            "start": 873464779,
            "stop": 873464786
        }
    ]
}