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=3821
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=3822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3820",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3821,
    "results": [
        {
            "start": 874817119,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874819500
        },
        {
            "start": 874819560,
            "stop": 874819813
        },
        {
            "start": 874819816,
            "stop": 874820520
        },
        {
            "start": 874820580,
            "stop": 874821000
        },
        {
            "start": 874821060,
            "stop": 874821120
        },
        {
            "start": 874821180,
            "stop": 874821831
        },
        {
            "start": 874821848,
            "stop": 874821938
        },
        {
            "start": 874821955,
            "stop": 874822639
        },
        {
            "start": 874822656,
            "stop": 874823817
        },
        {
            "start": 874823834,
            "stop": 874824143
        },
        {
            "start": 874824160,
            "stop": 874826843
        },
        {
            "start": 874826860,
            "stop": 874827736
        },
        {
            "start": 874827753,
            "stop": 874829212
        },
        {
            "start": 874829229,
            "stop": 874830390
        },
        {
            "start": 874830407,
            "stop": 874830904
        },
        {
            "start": 874830931,
            "stop": 874831979
        },
        {
            "start": 874831996,
            "stop": 874832986
        },
        {
            "start": 874833003,
            "stop": 874833858
        },
        {
            "start": 874833875,
            "stop": 874834980
        }
    ]
}