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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=467",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 468,
    "results": [
        {
            "start": 874530341,
            "stop": 874530389
        },
        {
            "start": 874530540,
            "stop": 874530669
        },
        {
            "start": 874530695,
            "stop": 874530977
        },
        {
            "start": 874531277,
            "stop": 874531307
        },
        {
            "start": 874531417,
            "stop": 874532040
        },
        {
            "start": 874532100,
            "stop": 874534592
        },
        {
            "start": 874534892,
            "stop": 874536239
        },
        {
            "start": 874536539,
            "stop": 874536624
        },
        {
            "start": 874536734,
            "stop": 874536988
        },
        {
            "start": 874537511,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        },
        {
            "start": 874568434,
            "stop": 874568591
        },
        {
            "start": 874568891,
            "stop": 874604512
        },
        {
            "start": 874604530,
            "stop": 874613670
        },
        {
            "start": 874613730,
            "stop": 874615770
        },
        {
            "start": 874615830,
            "stop": 874619691
        },
        {
            "start": 874619709,
            "stop": 874620021
        },
        {
            "start": 874620038,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874649838
        }
    ]
}