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=849
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=850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=848",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 849,
    "results": [
        {
            "start": 873026745,
            "stop": 873026750
        },
        {
            "start": 873026754,
            "stop": 873026762
        },
        {
            "start": 873026768,
            "stop": 873026775
        },
        {
            "start": 873026783,
            "stop": 873026788
        },
        {
            "start": 873026794,
            "stop": 873026800
        },
        {
            "start": 873026807,
            "stop": 873026812
        },
        {
            "start": 873026817,
            "stop": 873026825
        },
        {
            "start": 873026829,
            "stop": 873026839
        },
        {
            "start": 873026844,
            "stop": 873026849
        },
        {
            "start": 873026853,
            "stop": 873026861
        },
        {
            "start": 873026869,
            "stop": 873026873
        },
        {
            "start": 873026880,
            "stop": 873026887
        },
        {
            "start": 873026892,
            "stop": 873026900
        },
        {
            "start": 873026904,
            "stop": 873026912
        },
        {
            "start": 873026916,
            "stop": 873026924
        },
        {
            "start": 873026929,
            "stop": 873026937
        },
        {
            "start": 873026941,
            "stop": 873026948
        },
        {
            "start": 873026953,
            "stop": 873026970
        },
        {
            "start": 873026974,
            "stop": 873026984
        },
        {
            "start": 873026989,
            "stop": 873027009
        }
    ]
}