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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=124",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 125,
    "results": [
        {
            "start": 962692790,
            "stop": 962709479
        },
        {
            "start": 962710538,
            "stop": 962717356
        },
        {
            "start": 962718383,
            "stop": 962726542
        },
        {
            "start": 962728666,
            "stop": 962731219
        },
        {
            "start": 962731781,
            "stop": 962731889
        },
        {
            "start": 962732872,
            "stop": 962738348
        },
        {
            "start": 962738663,
            "stop": 962738949
        },
        {
            "start": 962739101,
            "stop": 962753010
        },
        {
            "start": 962773417,
            "stop": 962786967
        },
        {
            "start": 962788610,
            "stop": 962799791
        },
        {
            "start": 962809067,
            "stop": 962809551
        },
        {
            "start": 962810326,
            "stop": 962812083
        },
        {
            "start": 962813606,
            "stop": 962818085
        },
        {
            "start": 962820152,
            "stop": 962828135
        },
        {
            "start": 962832236,
            "stop": 962832238
        },
        {
            "start": 962832261,
            "stop": 962835260
        },
        {
            "start": 962835422,
            "stop": 962842668
        },
        {
            "start": 962846871,
            "stop": 962847189
        },
        {
            "start": 962856735,
            "stop": 962889009
        },
        {
            "start": 962892690,
            "stop": 962894577
        }
    ]
}