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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=106",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 107,
    "results": [
        {
            "start": 819768252,
            "stop": 819768852
        },
        {
            "start": 819768855,
            "stop": 819769894
        },
        {
            "start": 819769897,
            "stop": 819770117
        },
        {
            "start": 819770120,
            "stop": 819770171
        },
        {
            "start": 819770175,
            "stop": 819771629
        },
        {
            "start": 819771632,
            "stop": 819771973
        },
        {
            "start": 819771976,
            "stop": 819772582
        },
        {
            "start": 819772585,
            "stop": 819772856
        },
        {
            "start": 819772860,
            "stop": 819773153
        },
        {
            "start": 819773156,
            "stop": 819773525
        },
        {
            "start": 819773528,
            "stop": 819776567
        },
        {
            "start": 819776570,
            "stop": 819776611
        },
        {
            "start": 819776614,
            "stop": 819776901
        },
        {
            "start": 819776905,
            "stop": 819777685
        },
        {
            "start": 819777688,
            "stop": 819777877
        },
        {
            "start": 819777880,
            "stop": 819778783
        },
        {
            "start": 819778787,
            "stop": 819779668
        },
        {
            "start": 819779672,
            "stop": 819780314
        },
        {
            "start": 819780317,
            "stop": 819780929
        },
        {
            "start": 819780932,
            "stop": 819781783
        }
    ]
}