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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=52",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 53,
    "results": [
        {
            "start": 822084264,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822085206
        },
        {
            "start": 822085976,
            "stop": 822088153
        },
        {
            "start": 822089508,
            "stop": 822089713
        },
        {
            "start": 822091576,
            "stop": 822092501
        },
        {
            "start": 822093343,
            "stop": 822094513
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822152173
        },
        {
            "start": 822152221,
            "stop": 822152222
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822153288,
            "stop": 822153290
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179724
        },
        {
            "start": 822179810,
            "stop": 822182928
        },
        {
            "start": 822183781,
            "stop": 822184993
        },
        {
            "start": 822185719,
            "stop": 822194533
        },
        {
            "start": 822194568,
            "stop": 822194569
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822238662
        }
    ]
}