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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1517",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1518,
    "results": [
        {
            "start": 871394045,
            "stop": 871409388
        },
        {
            "start": 871410297,
            "stop": 871414310
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871432716
        },
        {
            "start": 871432719,
            "stop": 871441431
        },
        {
            "start": 871444085,
            "stop": 871446237
        },
        {
            "start": 871446240,
            "stop": 871456507
        },
        {
            "start": 871456510,
            "stop": 871468144
        },
        {
            "start": 871468147,
            "stop": 871478058
        },
        {
            "start": 871478061,
            "stop": 871515896
        },
        {
            "start": 871515899,
            "stop": 871539535
        },
        {
            "start": 871539538,
            "stop": 871551208
        },
        {
            "start": 871551211,
            "stop": 871560195
        },
        {
            "start": 871560198,
            "stop": 871566368
        },
        {
            "start": 871566371,
            "stop": 871597070
        },
        {
            "start": 871598665,
            "stop": 871601529
        },
        {
            "start": 871601532,
            "stop": 871615153
        },
        {
            "start": 871615156,
            "stop": 871619291
        },
        {
            "start": 871622312,
            "stop": 871629387
        }
    ]
}