Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=140",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 141,
    "results": [
        {
            "start": 932064208,
            "stop": 932064473
        },
        {
            "start": 932064475,
            "stop": 932064998
        },
        {
            "start": 932065001,
            "stop": 932065012
        },
        {
            "start": 932065015,
            "stop": 932065215
        },
        {
            "start": 932065575,
            "stop": 932066784
        },
        {
            "start": 932066787,
            "stop": 932067474
        },
        {
            "start": 932067476,
            "stop": 932067494
        },
        {
            "start": 932067497,
            "stop": 932068779
        },
        {
            "start": 932068781,
            "stop": 932068815
        },
        {
            "start": 932069175,
            "stop": 932069409
        },
        {
            "start": 932069411,
            "stop": 932069424
        },
        {
            "start": 932069426,
            "stop": 932069739
        },
        {
            "start": 932069741,
            "stop": 932069754
        },
        {
            "start": 932069756,
            "stop": 932069768
        },
        {
            "start": 932069771,
            "stop": 932069889
        },
        {
            "start": 932069891,
            "stop": 932070623
        },
        {
            "start": 932070627,
            "stop": 932070638
        },
        {
            "start": 932070641,
            "stop": 932070653
        },
        {
            "start": 932070656,
            "stop": 932070668
        },
        {
            "start": 932070671,
            "stop": 932070773
        }
    ]
}