Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=113",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 114,
    "results": [
        {
            "start": 831321363,
            "stop": 831325745
        },
        {
            "start": 831326353,
            "stop": 831330965
        },
        {
            "start": 831339221,
            "stop": 831348424
        },
        {
            "start": 831351055,
            "stop": 831356773
        },
        {
            "start": 831361000,
            "stop": 831363196
        },
        {
            "start": 831363214,
            "stop": 831365053
        },
        {
            "start": 831367534,
            "stop": 831369193
        },
        {
            "start": 831372195,
            "stop": 831372373
        },
        {
            "start": 831406393,
            "stop": 831406513
        },
        {
            "start": 831420009,
            "stop": 831437113
        },
        {
            "start": 831441786,
            "stop": 831451393
        },
        {
            "start": 831451398,
            "stop": 831451399
        },
        {
            "start": 831452376,
            "stop": 831462613
        },
        {
            "start": 831462617,
            "stop": 831462618
        },
        {
            "start": 831463325,
            "stop": 831466451
        },
        {
            "start": 831468313,
            "stop": 831469693
        },
        {
            "start": 831469739,
            "stop": 831469741
        },
        {
            "start": 831469873,
            "stop": 831477433
        },
        {
            "start": 831477465,
            "stop": 831477466
        },
        {
            "start": 831477733,
            "stop": 831480493
        }
    ]
}