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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9099",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9100,
    "results": [
        {
            "start": 874759421,
            "stop": 874759530
        },
        {
            "start": 874759549,
            "stop": 874759660
        },
        {
            "start": 874759677,
            "stop": 874759714
        },
        {
            "start": 874759731,
            "stop": 874759743
        },
        {
            "start": 874759763,
            "stop": 874759840
        },
        {
            "start": 874759857,
            "stop": 874759861
        },
        {
            "start": 874759880,
            "stop": 874759895
        },
        {
            "start": 874759912,
            "stop": 874759952
        },
        {
            "start": 874759969,
            "stop": 874760004
        },
        {
            "start": 874760021,
            "stop": 874760171
        },
        {
            "start": 874760200,
            "stop": 874760201
        },
        {
            "start": 874760218,
            "stop": 874760320
        },
        {
            "start": 874760339,
            "stop": 874760436
        },
        {
            "start": 874760453,
            "stop": 874760511
        },
        {
            "start": 874760528,
            "stop": 874760531
        },
        {
            "start": 874760570,
            "stop": 874760616
        },
        {
            "start": 874760633,
            "stop": 874760680
        },
        {
            "start": 874760702,
            "stop": 874760799
        },
        {
            "start": 874760816,
            "stop": 874760821
        },
        {
            "start": 874760838,
            "stop": 874760889
        }
    ]
}