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/O3a/timelines/V1_CBC_CAT1/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/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=20",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 21,
    "results": [
        {
            "start": 1242249919,
            "stop": 1242254015
        },
        {
            "start": 1242254023,
            "stop": 1242255007
        },
        {
            "start": 1242255015,
            "stop": 1242262455
        },
        {
            "start": 1242262463,
            "stop": 1242264087
        },
        {
            "start": 1242264103,
            "stop": 1242268087
        },
        {
            "start": 1242268095,
            "stop": 1242269223
        },
        {
            "start": 1242269239,
            "stop": 1242269255
        },
        {
            "start": 1242269263,
            "stop": 1242269745
        },
        {
            "start": 1242269800,
            "stop": 1242275612
        },
        {
            "start": 1242275628,
            "stop": 1242276644
        },
        {
            "start": 1242276652,
            "stop": 1242278764
        },
        {
            "start": 1242278772,
            "stop": 1242280356
        },
        {
            "start": 1242280364,
            "stop": 1242280852
        },
        {
            "start": 1242282047,
            "stop": 1242287499
        },
        {
            "start": 1242287507,
            "stop": 1242290235
        },
        {
            "start": 1242290251,
            "stop": 1242293779
        },
        {
            "start": 1242293787,
            "stop": 1242298475
        },
        {
            "start": 1242298483,
            "stop": 1242300131
        },
        {
            "start": 1242300139,
            "stop": 1242301579
        },
        {
            "start": 1242301587,
            "stop": 1242310395
        }
    ]
}