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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=67",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 68,
    "results": [
        {
            "start": 819532665,
            "stop": 819532725
        },
        {
            "start": 819533426,
            "stop": 819533486
        },
        {
            "start": 819535460,
            "stop": 819535760
        },
        {
            "start": 819549160,
            "stop": 819549220
        },
        {
            "start": 819550357,
            "stop": 819550477
        },
        {
            "start": 819551631,
            "stop": 819551691
        },
        {
            "start": 819552145,
            "stop": 819552205
        },
        {
            "start": 819552358,
            "stop": 819552538
        },
        {
            "start": 819553827,
            "stop": 819554007
        },
        {
            "start": 819554596,
            "stop": 819554656
        },
        {
            "start": 819554934,
            "stop": 819555054
        },
        {
            "start": 819587027,
            "stop": 819587087
        },
        {
            "start": 819587228,
            "stop": 819587288
        },
        {
            "start": 819587562,
            "stop": 819587922
        },
        {
            "start": 819588085,
            "stop": 819588385
        },
        {
            "start": 819588544,
            "stop": 819588664
        },
        {
            "start": 819588830,
            "stop": 819589070
        },
        {
            "start": 819589220,
            "stop": 819589970
        },
        {
            "start": 819590387,
            "stop": 819590507
        },
        {
            "start": 819590660,
            "stop": 819591500
        }
    ]
}