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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=579",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 580,
    "results": [
        {
            "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": 874604520
        },
        {
            "start": 874604522,
            "stop": 874619699
        },
        {
            "start": 874619701,
            "stop": 874620029
        },
        {
            "start": 874620030,
            "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
        }
    ]
}