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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2198",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2199,
    "results": [
        {
            "start": 872706629,
            "stop": 872706678
        },
        {
            "start": 872708189,
            "stop": 872708235
        },
        {
            "start": 872708345,
            "stop": 872708828
        },
        {
            "start": 872715147,
            "stop": 872720187
        },
        {
            "start": 872720189,
            "stop": 872720220
        },
        {
            "start": 872720225,
            "stop": 872731127
        },
        {
            "start": 872738775,
            "stop": 872804715
        },
        {
            "start": 872804717,
            "stop": 872816662
        },
        {
            "start": 872817269,
            "stop": 872817475
        },
        {
            "start": 872817775,
            "stop": 872871611
        },
        {
            "start": 872873536,
            "stop": 872873575
        },
        {
            "start": 872873583,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872890182
        },
        {
            "start": 872890188,
            "stop": 872890255
        },
        {
            "start": 872890260,
            "stop": 872894726
        },
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        }
    ]
}