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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=20",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 21,
    "results": [
        {
            "start": 815325421,
            "stop": 815325688
        },
        {
            "start": 815325695,
            "stop": 815325783
        },
        {
            "start": 815325790,
            "stop": 815326005
        },
        {
            "start": 815326013,
            "stop": 815326941
        },
        {
            "start": 815326945,
            "stop": 815327767
        },
        {
            "start": 815327768,
            "stop": 815329845
        },
        {
            "start": 815329852,
            "stop": 815330973
        },
        {
            "start": 815330980,
            "stop": 815331207
        },
        {
            "start": 815331214,
            "stop": 815332213
        },
        {
            "start": 815341180,
            "stop": 815341315
        },
        {
            "start": 815341322,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815365617
        },
        {
            "start": 815365624,
            "stop": 815366023
        },
        {
            "start": 815366204,
            "stop": 815366263
        },
        {
            "start": 815366444,
            "stop": 815366923
        },
        {
            "start": 815367104,
            "stop": 815367205
        },
        {
            "start": 815367212,
            "stop": 815367283
        },
        {
            "start": 815367464,
            "stop": 815370553
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815374603
        }
    ]
}