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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=2",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 3,
    "results": [
        {
            "start": 815827708,
            "stop": 815833207
        },
        {
            "start": 815833220,
            "stop": 815836133
        },
        {
            "start": 815838512,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815889051
        },
        {
            "start": 815889058,
            "stop": 815889269
        },
        {
            "start": 815889406,
            "stop": 815890240
        },
        {
            "start": 815890248,
            "stop": 815890421
        },
        {
            "start": 815890429,
            "stop": 815890463
        },
        {
            "start": 815890471,
            "stop": 815890660
        },
        {
            "start": 815892907,
            "stop": 815902072
        },
        {
            "start": 815902079,
            "stop": 815902190
        },
        {
            "start": 815902260,
            "stop": 815904962
        },
        {
            "start": 815912574,
            "stop": 815913209
        },
        {
            "start": 815916245,
            "stop": 815917029
        },
        {
            "start": 815927183,
            "stop": 815927379
        },
        {
            "start": 815928305,
            "stop": 815928392
        },
        {
            "start": 815931030,
            "stop": 815931085
        },
        {
            "start": 815962530,
            "stop": 815962835
        },
        {
            "start": 815963531,
            "stop": 815963920
        },
        {
            "start": 815964775,
            "stop": 815965318
        }
    ]
}