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=3779
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=3780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3778",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3779,
    "results": [
        {
            "start": 874355913,
            "stop": 874355940
        },
        {
            "start": 874356000,
            "stop": 874356257
        },
        {
            "start": 874356274,
            "stop": 874356900
        },
        {
            "start": 874356960,
            "stop": 874357020
        },
        {
            "start": 874357080,
            "stop": 874357970
        },
        {
            "start": 874357987,
            "stop": 874358452
        },
        {
            "start": 874358485,
            "stop": 874358580
        },
        {
            "start": 874358640,
            "stop": 874358880
        },
        {
            "start": 874358940,
            "stop": 874358953
        },
        {
            "start": 874358970,
            "stop": 874359884
        },
        {
            "start": 874359901,
            "stop": 874360393
        },
        {
            "start": 874362720,
            "stop": 874363611
        },
        {
            "start": 874363628,
            "stop": 874363800
        },
        {
            "start": 874363860,
            "stop": 874363983
        },
        {
            "start": 874364000,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874364700
        },
        {
            "start": 874364760,
            "stop": 874364926
        },
        {
            "start": 874364943,
            "stop": 874365300
        },
        {
            "start": 874365360,
            "stop": 874365480
        },
        {
            "start": 874365600,
            "stop": 874366020
        }
    ]
}