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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=11",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 12,
    "results": [
        {
            "start": 816236193,
            "stop": 816236237
        },
        {
            "start": 816236246,
            "stop": 816236253
        },
        {
            "start": 816236263,
            "stop": 816236288
        },
        {
            "start": 816236314,
            "stop": 816236340
        },
        {
            "start": 816236357,
            "stop": 816236359
        },
        {
            "start": 816236374,
            "stop": 816236400
        },
        {
            "start": 816236407,
            "stop": 816236410
        },
        {
            "start": 816236418,
            "stop": 816236433
        },
        {
            "start": 816236441,
            "stop": 816236456
        },
        {
            "start": 816236466,
            "stop": 816236516
        },
        {
            "start": 816236524,
            "stop": 816236540
        },
        {
            "start": 816236548,
            "stop": 816236555
        },
        {
            "start": 816236564,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816258873
        },
        {
            "start": 816258902,
            "stop": 816259008
        },
        {
            "start": 816259016,
            "stop": 816259153
        },
        {
            "start": 816260098,
            "stop": 816260107
        },
        {
            "start": 816260809,
            "stop": 816260959
        },
        {
            "start": 816260966,
            "stop": 816261001
        },
        {
            "start": 816261008,
            "stop": 816261063
        }
    ]
}