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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=78",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 79,
    "results": [
        {
            "start": 823040372,
            "stop": 823042031
        },
        {
            "start": 823042068,
            "stop": 823042775
        },
        {
            "start": 823042783,
            "stop": 823042787
        },
        {
            "start": 823042793,
            "stop": 823042800
        },
        {
            "start": 823042805,
            "stop": 823048717
        },
        {
            "start": 823048874,
            "stop": 823055727
        },
        {
            "start": 823055738,
            "stop": 823055747
        },
        {
            "start": 823055758,
            "stop": 823055760
        },
        {
            "start": 823055768,
            "stop": 823055780
        },
        {
            "start": 823055788,
            "stop": 823078023
        },
        {
            "start": 823078387,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080390
        },
        {
            "start": 823162635,
            "stop": 823162664
        },
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823187527
        },
        {
            "start": 823187827,
            "stop": 823187874
        },
        {
            "start": 823187984,
            "stop": 823188133
        },
        {
            "start": 823190504,
            "stop": 823191047
        },
        {
            "start": 823192729,
            "stop": 823193345
        },
        {
            "start": 823195679,
            "stop": 823201104
        }
    ]
}