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=3844
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=3845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3843",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3844,
    "results": [
        {
            "start": 875084715,
            "stop": 875084721
        },
        {
            "start": 875084738,
            "stop": 875086781
        },
        {
            "start": 875086798,
            "stop": 875092315
        },
        {
            "start": 875092332,
            "stop": 875092615
        },
        {
            "start": 875092632,
            "stop": 875093439
        },
        {
            "start": 875093456,
            "stop": 875094887
        },
        {
            "start": 875094904,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875096056
        },
        {
            "start": 875096073,
            "stop": 875097481
        },
        {
            "start": 875097498,
            "stop": 875099463
        },
        {
            "start": 875099480,
            "stop": 875100908
        },
        {
            "start": 875100938,
            "stop": 875101870
        },
        {
            "start": 875101887,
            "stop": 875103197
        },
        {
            "start": 875103287,
            "stop": 875103941
        },
        {
            "start": 875105295,
            "stop": 875106034
        },
        {
            "start": 875106037,
            "stop": 875106043
        },
        {
            "start": 875106046,
            "stop": 875108593
        },
        {
            "start": 875108612,
            "stop": 875109070
        },
        {
            "start": 875109087,
            "stop": 875109088
        },
        {
            "start": 875109091,
            "stop": 875110034
        }
    ]
}