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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=313",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 314,
    "results": [
        {
            "start": 1247874908,
            "stop": 1247874914
        },
        {
            "start": 1247874915,
            "stop": 1247874990
        },
        {
            "start": 1247874991,
            "stop": 1247922398
        },
        {
            "start": 1247924096,
            "stop": 1247925642
        },
        {
            "start": 1247945142,
            "stop": 1248017167
        },
        {
            "start": 1248019410,
            "stop": 1248032505
        },
        {
            "start": 1248036209,
            "stop": 1248038669
        },
        {
            "start": 1248040732,
            "stop": 1248041949
        },
        {
            "start": 1248042111,
            "stop": 1248044953
        },
        {
            "start": 1248044954,
            "stop": 1248044956
        },
        {
            "start": 1248044957,
            "stop": 1248044964
        },
        {
            "start": 1248044966,
            "stop": 1248044972
        },
        {
            "start": 1248044979,
            "stop": 1248069387
        },
        {
            "start": 1248073724,
            "stop": 1248121388
        },
        {
            "start": 1248121389,
            "stop": 1248123638
        },
        {
            "start": 1248130246,
            "stop": 1248189254
        },
        {
            "start": 1248189259,
            "stop": 1248189261
        },
        {
            "start": 1248189266,
            "stop": 1248218044
        },
        {
            "start": 1248218116,
            "stop": 1248218236
        },
        {
            "start": 1248218308,
            "stop": 1248223934
        }
    ]
}