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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8834",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8835,
    "results": [
        {
            "start": 874453253,
            "stop": 874453575
        },
        {
            "start": 874453592,
            "stop": 874454040
        },
        {
            "start": 874454100,
            "stop": 874454994
        },
        {
            "start": 874455114,
            "stop": 874455141
        },
        {
            "start": 874455158,
            "stop": 874455830
        },
        {
            "start": 874455970,
            "stop": 874456991
        },
        {
            "start": 874457008,
            "stop": 874457792
        },
        {
            "start": 874457809,
            "stop": 874458739
        },
        {
            "start": 874458756,
            "stop": 874459062
        },
        {
            "start": 874459079,
            "stop": 874459633
        },
        {
            "start": 874459650,
            "stop": 874459885
        },
        {
            "start": 874459902,
            "stop": 874459955
        },
        {
            "start": 874460110,
            "stop": 874460171
        },
        {
            "start": 874460188,
            "stop": 874460358
        },
        {
            "start": 874460375,
            "stop": 874460460
        },
        {
            "start": 874460520,
            "stop": 874461531
        },
        {
            "start": 874461548,
            "stop": 874461909
        },
        {
            "start": 874461926,
            "stop": 874462062
        },
        {
            "start": 874462182,
            "stop": 874462970
        },
        {
            "start": 874463050,
            "stop": 874464183
        }
    ]
}