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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7699",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7697",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7698,
    "results": [
        {
            "start": 971514706,
            "stop": 971514836
        },
        {
            "start": 971514839,
            "stop": 971514944
        },
        {
            "start": 971514947,
            "stop": 971514998
        },
        {
            "start": 971515001,
            "stop": 971515055
        },
        {
            "start": 971515058,
            "stop": 971515091
        },
        {
            "start": 971515096,
            "stop": 971515215
        },
        {
            "start": 971515220,
            "stop": 971515254
        },
        {
            "start": 971515257,
            "stop": 971515300
        },
        {
            "start": 971515303,
            "stop": 971515363
        },
        {
            "start": 971515367,
            "stop": 971515423
        },
        {
            "start": 971515426,
            "stop": 971515484
        },
        {
            "start": 971515487,
            "stop": 971515554
        },
        {
            "start": 971515557,
            "stop": 971515715
        },
        {
            "start": 971515720,
            "stop": 971515754
        },
        {
            "start": 971515757,
            "stop": 971515783
        },
        {
            "start": 971515786,
            "stop": 971515798
        },
        {
            "start": 971515801,
            "stop": 971515802
        },
        {
            "start": 971515805,
            "stop": 971515832
        },
        {
            "start": 971515835,
            "stop": 971515841
        },
        {
            "start": 971515844,
            "stop": 971515848
        }
    ]
}