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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=346",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 347,
    "results": [
        {
            "start": 874531277,
            "stop": 874531307
        },
        {
            "start": 874531417,
            "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": 874622629
        },
        {
            "start": 874624805,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874670817
        },
        {
            "start": 874670819,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874695689
        },
        {
            "start": 874697253,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874721694
        },
        {
            "start": 874721696,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874787743
        },
        {
            "start": 874787857,
            "stop": 874801965
        }
    ]
}