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=3853
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=3854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3852",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3853,
    "results": [
        {
            "start": 875215394,
            "stop": 875215411
        },
        {
            "start": 875215428,
            "stop": 875215462
        },
        {
            "start": 875215465,
            "stop": 875215934
        },
        {
            "start": 875215937,
            "stop": 875216305
        },
        {
            "start": 875216308,
            "stop": 875216450
        },
        {
            "start": 875216453,
            "stop": 875216497
        },
        {
            "start": 875216514,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875217543
        },
        {
            "start": 875217547,
            "stop": 875217714
        },
        {
            "start": 875217717,
            "stop": 875217809
        },
        {
            "start": 875217812,
            "stop": 875218198
        },
        {
            "start": 875218202,
            "stop": 875218203
        },
        {
            "start": 875218206,
            "stop": 875218412
        },
        {
            "start": 875218415,
            "stop": 875218578
        },
        {
            "start": 875218581,
            "stop": 875218802
        },
        {
            "start": 875218805,
            "stop": 875219117
        },
        {
            "start": 875219134,
            "stop": 875219185
        },
        {
            "start": 875219189,
            "stop": 875220122
        },
        {
            "start": 875220125,
            "stop": 875220211
        },
        {
            "start": 875220218,
            "stop": 875220874
        }
    ]
}