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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=144",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 145,
    "results": [
        {
            "start": 816762598,
            "stop": 816762612
        },
        {
            "start": 816762619,
            "stop": 816762918
        },
        {
            "start": 816762923,
            "stop": 816762927
        },
        {
            "start": 816762931,
            "stop": 816762944
        },
        {
            "start": 816762949,
            "stop": 816763074
        },
        {
            "start": 816763077,
            "stop": 816763122
        },
        {
            "start": 816763126,
            "stop": 816763320
        },
        {
            "start": 816763324,
            "stop": 816763379
        },
        {
            "start": 816763382,
            "stop": 816763416
        },
        {
            "start": 816763419,
            "stop": 816763432
        },
        {
            "start": 816763435,
            "stop": 816763457
        },
        {
            "start": 816763461,
            "stop": 816763508
        },
        {
            "start": 816763513,
            "stop": 816763645
        },
        {
            "start": 816763653,
            "stop": 816763658
        },
        {
            "start": 816763661,
            "stop": 816763713
        },
        {
            "start": 816763718,
            "stop": 816763840
        },
        {
            "start": 816763854,
            "stop": 816763857
        },
        {
            "start": 816763878,
            "stop": 816763879
        },
        {
            "start": 816763900,
            "stop": 816763904
        },
        {
            "start": 816763921,
            "stop": 816763927
        }
    ]
}