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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=317",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 318,
    "results": [
        {
            "start": 862196422,
            "stop": 862199341
        },
        {
            "start": 862199345,
            "stop": 862200004
        },
        {
            "start": 862200008,
            "stop": 862203383
        },
        {
            "start": 862203387,
            "stop": 862203542
        },
        {
            "start": 862203545,
            "stop": 862203723
        },
        {
            "start": 862203732,
            "stop": 862203887
        },
        {
            "start": 862203891,
            "stop": 862206181
        },
        {
            "start": 862206189,
            "stop": 862206200
        },
        {
            "start": 862206218,
            "stop": 862206243
        },
        {
            "start": 862206247,
            "stop": 862206273
        },
        {
            "start": 862206277,
            "stop": 862206293
        },
        {
            "start": 862206297,
            "stop": 862207582
        },
        {
            "start": 862208175,
            "stop": 862258314
        },
        {
            "start": 862259826,
            "stop": 862262527
        },
        {
            "start": 862263288,
            "stop": 862265446
        },
        {
            "start": 862265449,
            "stop": 862278813
        },
        {
            "start": 862279730,
            "stop": 862312785
        },
        {
            "start": 862315186,
            "stop": 862324839
        },
        {
            "start": 862325768,
            "stop": 862351872
        },
        {
            "start": 862353097,
            "stop": 862381076
        }
    ]
}