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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=84",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 85,
    "results": [
        {
            "start": 822862024,
            "stop": 822862250
        },
        {
            "start": 822867253,
            "stop": 822873308
        },
        {
            "start": 822874333,
            "stop": 822883625
        },
        {
            "start": 822883639,
            "stop": 822885098
        },
        {
            "start": 822885102,
            "stop": 822885113
        },
        {
            "start": 822885127,
            "stop": 822885132
        },
        {
            "start": 822885141,
            "stop": 822885171
        },
        {
            "start": 822885175,
            "stop": 822889570
        },
        {
            "start": 822889574,
            "stop": 822889813
        },
        {
            "start": 822889827,
            "stop": 822889832
        },
        {
            "start": 822889836,
            "stop": 822889851
        },
        {
            "start": 822889855,
            "stop": 822889866
        },
        {
            "start": 822889875,
            "stop": 822889885
        },
        {
            "start": 822889889,
            "stop": 822890016
        },
        {
            "start": 822890020,
            "stop": 822890256
        },
        {
            "start": 822890269,
            "stop": 822890280
        },
        {
            "start": 822890284,
            "stop": 822890294
        },
        {
            "start": 822890298,
            "stop": 822890324
        },
        {
            "start": 822890328,
            "stop": 822890333
        },
        {
            "start": 822890352,
            "stop": 822890362
        }
    ]
}