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=1524
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=1525",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1523",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1524,
    "results": [
        {
            "start": 872375124,
            "stop": 872415262
        },
        {
            "start": 872415265,
            "stop": 872415561
        },
        {
            "start": 872415564,
            "stop": 872436589
        },
        {
            "start": 872436592,
            "stop": 872438872
        },
        {
            "start": 872438875,
            "stop": 872441221
        },
        {
            "start": 872441224,
            "stop": 872443131
        },
        {
            "start": 872443136,
            "stop": 872443138
        },
        {
            "start": 872443141,
            "stop": 872443415
        },
        {
            "start": 872443418,
            "stop": 872446414
        },
        {
            "start": 872446418,
            "stop": 872446611
        },
        {
            "start": 872446614,
            "stop": 872446615
        },
        {
            "start": 872446618,
            "stop": 872446648
        },
        {
            "start": 872446652,
            "stop": 872448019
        },
        {
            "start": 872448022,
            "stop": 872451747
        },
        {
            "start": 872451753,
            "stop": 872451757
        },
        {
            "start": 872451761,
            "stop": 872451766
        },
        {
            "start": 872451776,
            "stop": 872451789
        },
        {
            "start": 872451792,
            "stop": 872451940
        },
        {
            "start": 872451943,
            "stop": 872451961
        },
        {
            "start": 872451964,
            "stop": 872458940
        }
    ]
}