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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=76",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 77,
    "results": [
        {
            "start": 826574422,
            "stop": 826574424
        },
        {
            "start": 826574507,
            "stop": 826574953
        },
        {
            "start": 826575908,
            "stop": 826579983
        },
        {
            "start": 826582982,
            "stop": 826592953
        },
        {
            "start": 826592964,
            "stop": 826592966
        },
        {
            "start": 826593039,
            "stop": 826593373
        },
        {
            "start": 826593390,
            "stop": 826593394
        },
        {
            "start": 826593433,
            "stop": 826593853
        },
        {
            "start": 826594878,
            "stop": 826599913
        },
        {
            "start": 826600988,
            "stop": 826628113
        },
        {
            "start": 826628155,
            "stop": 826628157
        },
        {
            "start": 826629597,
            "stop": 826636677
        },
        {
            "start": 826638149,
            "stop": 826639213
        },
        {
            "start": 826640113,
            "stop": 826643833
        },
        {
            "start": 826643858,
            "stop": 826643859
        },
        {
            "start": 826645700,
            "stop": 826646684
        },
        {
            "start": 826647476,
            "stop": 826648498
        },
        {
            "start": 826648532,
            "stop": 826648975
        },
        {
            "start": 826650354,
            "stop": 826651273
        },
        {
            "start": 826652429,
            "stop": 826653354
        }
    ]
}