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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=123",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 124,
    "results": [
        {
            "start": 962563334,
            "stop": 962563407
        },
        {
            "start": 962564003,
            "stop": 962564896
        },
        {
            "start": 962565464,
            "stop": 962567217
        },
        {
            "start": 962568759,
            "stop": 962574299
        },
        {
            "start": 962574373,
            "stop": 962574440
        },
        {
            "start": 962575431,
            "stop": 962575713
        },
        {
            "start": 962575930,
            "stop": 962576003
        },
        {
            "start": 962577677,
            "stop": 962578768
        },
        {
            "start": 962578857,
            "stop": 962578864
        },
        {
            "start": 962581013,
            "stop": 962582333
        },
        {
            "start": 962604338,
            "stop": 962622828
        },
        {
            "start": 962623626,
            "stop": 962624032
        },
        {
            "start": 962624809,
            "stop": 962625893
        },
        {
            "start": 962626757,
            "stop": 962630392
        },
        {
            "start": 962633084,
            "stop": 962635062
        },
        {
            "start": 962636174,
            "stop": 962636348
        },
        {
            "start": 962637824,
            "stop": 962643548
        },
        {
            "start": 962644366,
            "stop": 962644412
        },
        {
            "start": 962644941,
            "stop": 962651807
        },
        {
            "start": 962653899,
            "stop": 962657268
        }
    ]
}