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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=804",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 805,
    "results": [
        {
            "start": 868233314,
            "stop": 868236182
        },
        {
            "start": 868237361,
            "stop": 868247659
        },
        {
            "start": 868248384,
            "stop": 868249110
        },
        {
            "start": 868249170,
            "stop": 868253673
        },
        {
            "start": 868255866,
            "stop": 868262634
        },
        {
            "start": 868264020,
            "stop": 868290600
        },
        {
            "start": 868290660,
            "stop": 868300710
        },
        {
            "start": 868303227,
            "stop": 868305168
        },
        {
            "start": 868306168,
            "stop": 868366802
        },
        {
            "start": 868366804,
            "stop": 868383727
        },
        {
            "start": 868383728,
            "stop": 868385700
        },
        {
            "start": 868385760,
            "stop": 868385970
        },
        {
            "start": 868386270,
            "stop": 868386858
        },
        {
            "start": 868386860,
            "stop": 868387804
        },
        {
            "start": 868387806,
            "stop": 868388141
        },
        {
            "start": 868388143,
            "stop": 868388483
        },
        {
            "start": 868388485,
            "stop": 868388670
        },
        {
            "start": 868388790,
            "stop": 868389062
        },
        {
            "start": 868389064,
            "stop": 868389865
        },
        {
            "start": 868389868,
            "stop": 868390380
        }
    ]
}