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=5280
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=5281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5279",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5280,
    "results": [
        {
            "start": 874812636,
            "stop": 874812658
        },
        {
            "start": 874812694,
            "stop": 874812955
        },
        {
            "start": 874812991,
            "stop": 874813087
        },
        {
            "start": 874813137,
            "stop": 874813347
        },
        {
            "start": 874813355,
            "stop": 874813375
        },
        {
            "start": 874813472,
            "stop": 874813519
        },
        {
            "start": 874813527,
            "stop": 874813581
        },
        {
            "start": 874813624,
            "stop": 874814297
        },
        {
            "start": 874814305,
            "stop": 874815793
        },
        {
            "start": 874815800,
            "stop": 874815815
        },
        {
            "start": 874815823,
            "stop": 874816057
        },
        {
            "start": 874816064,
            "stop": 874816111
        },
        {
            "start": 874816128,
            "stop": 874816138
        },
        {
            "start": 874816146,
            "stop": 874816200
        },
        {
            "start": 874816243,
            "stop": 874816356
        },
        {
            "start": 874816364,
            "stop": 874816493
        },
        {
            "start": 874816529,
            "stop": 874817339
        },
        {
            "start": 874817347,
            "stop": 874817649
        },
        {
            "start": 874817657,
            "stop": 874817728
        },
        {
            "start": 874817736,
            "stop": 874817810
        }
    ]
}