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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=100",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 101,
    "results": [
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        },
        {
            "start": 819580802,
            "stop": 819596517
        },
        {
            "start": 819596534,
            "stop": 819600118
        },
        {
            "start": 819601648,
            "stop": 819604025
        },
        {
            "start": 819605130,
            "stop": 819614277
        },
        {
            "start": 819614281,
            "stop": 819616196
        },
        {
            "start": 819616199,
            "stop": 819634541
        },
        {
            "start": 819634544,
            "stop": 819640741
        },
        {
            "start": 819642439,
            "stop": 819648063
        },
        {
            "start": 819648066,
            "stop": 819654580
        },
        {
            "start": 819654597,
            "stop": 819654722
        },
        {
            "start": 819654726,
            "stop": 819656602
        },
        {
            "start": 819656712,
            "stop": 819657009
        },
        {
            "start": 819659384,
            "stop": 819661226
        },
        {
            "start": 819662144,
            "stop": 819666043
        },
        {
            "start": 819666060,
            "stop": 819667477
        },
        {
            "start": 819667494,
            "stop": 819668295
        },
        {
            "start": 819668312,
            "stop": 819670008
        }
    ]
}