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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=94",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 95,
    "results": [
        {
            "start": 824210812,
            "stop": 824210880
        },
        {
            "start": 824210883,
            "stop": 824210905
        },
        {
            "start": 824210914,
            "stop": 824211024
        },
        {
            "start": 824211028,
            "stop": 824211120
        },
        {
            "start": 824211123,
            "stop": 824211172
        },
        {
            "start": 824211176,
            "stop": 824211191
        },
        {
            "start": 824211199,
            "stop": 824211205
        },
        {
            "start": 824211219,
            "stop": 824211258
        },
        {
            "start": 824211261,
            "stop": 824211301
        },
        {
            "start": 824211304,
            "stop": 824211365
        },
        {
            "start": 824211373,
            "stop": 824211384
        },
        {
            "start": 824211416,
            "stop": 824211422
        },
        {
            "start": 824211426,
            "stop": 824211441
        },
        {
            "start": 824211450,
            "stop": 824211460
        },
        {
            "start": 824211464,
            "stop": 824211555
        },
        {
            "start": 824211560,
            "stop": 824211565
        },
        {
            "start": 824211569,
            "stop": 824211580
        },
        {
            "start": 824211583,
            "stop": 824211618
        },
        {
            "start": 824211621,
            "stop": 824211641
        },
        {
            "start": 824211645,
            "stop": 824211655
        }
    ]
}