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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=110",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 111,
    "results": [
        {
            "start": 931413997,
            "stop": 931415060
        },
        {
            "start": 931418878,
            "stop": 931421616
        },
        {
            "start": 931421618,
            "stop": 931421619
        },
        {
            "start": 931421625,
            "stop": 931421626
        },
        {
            "start": 931421628,
            "stop": 931421629
        },
        {
            "start": 931421631,
            "stop": 931423043
        },
        {
            "start": 931423045,
            "stop": 931424517
        },
        {
            "start": 931424519,
            "stop": 931424531
        },
        {
            "start": 931426097,
            "stop": 931426130
        },
        {
            "start": 931426132,
            "stop": 931426173
        },
        {
            "start": 931426175,
            "stop": 931426180
        },
        {
            "start": 931426182,
            "stop": 931426629
        },
        {
            "start": 931426631,
            "stop": 931427166
        },
        {
            "start": 931427168,
            "stop": 931427951
        },
        {
            "start": 931427953,
            "stop": 931428309
        },
        {
            "start": 931428311,
            "stop": 931428525
        },
        {
            "start": 931428527,
            "stop": 931428693
        },
        {
            "start": 931428695,
            "stop": 931428696
        },
        {
            "start": 931428698,
            "stop": 931428717
        },
        {
            "start": 931428719,
            "stop": 931428728
        }
    ]
}