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=3819
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=3820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3818",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3819,
    "results": [
        {
            "start": 874788901,
            "stop": 874789118
        },
        {
            "start": 874789135,
            "stop": 874789170
        },
        {
            "start": 874789187,
            "stop": 874789500
        },
        {
            "start": 874789620,
            "stop": 874789704
        },
        {
            "start": 874789727,
            "stop": 874789843
        },
        {
            "start": 874789860,
            "stop": 874789921
        },
        {
            "start": 874789938,
            "stop": 874789986
        },
        {
            "start": 874790003,
            "stop": 874790490
        },
        {
            "start": 874790509,
            "stop": 874790517
        },
        {
            "start": 874790541,
            "stop": 874791300
        },
        {
            "start": 874791360,
            "stop": 874792971
        },
        {
            "start": 874792988,
            "stop": 874793232
        },
        {
            "start": 874793249,
            "stop": 874794180
        },
        {
            "start": 874794300,
            "stop": 874794480
        },
        {
            "start": 874794600,
            "stop": 874794780
        },
        {
            "start": 874794840,
            "stop": 874795127
        },
        {
            "start": 874795144,
            "stop": 874795980
        },
        {
            "start": 874796040,
            "stop": 874796640
        },
        {
            "start": 874796700,
            "stop": 874796798
        },
        {
            "start": 874796815,
            "stop": 874796940
        }
    ]
}