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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=45",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 46,
    "results": [
        {
            "start": 817261659,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817262126
        },
        {
            "start": 817262129,
            "stop": 817262662
        },
        {
            "start": 817262665,
            "stop": 817262829
        },
        {
            "start": 817262833,
            "stop": 817262867
        },
        {
            "start": 817262870,
            "stop": 817262990
        },
        {
            "start": 817262993,
            "stop": 817262997
        },
        {
            "start": 817263000,
            "stop": 817263071
        },
        {
            "start": 817263074,
            "stop": 817266189
        },
        {
            "start": 817266192,
            "stop": 817266876
        },
        {
            "start": 817266879,
            "stop": 817267452
        },
        {
            "start": 817267455,
            "stop": 817267780
        },
        {
            "start": 817267783,
            "stop": 817267798
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817268721
        },
        {
            "start": 817268724,
            "stop": 817269071
        },
        {
            "start": 817269075,
            "stop": 817269076
        },
        {
            "start": 817269079,
            "stop": 817269120
        },
        {
            "start": 817269124,
            "stop": 817269147
        },
        {
            "start": 817269150,
            "stop": 817269153
        }
    ]
}