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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=94",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 95,
    "results": [
        {
            "start": 828104775,
            "stop": 828104776
        },
        {
            "start": 828105772,
            "stop": 828106693
        },
        {
            "start": 828175034,
            "stop": 828181993
        },
        {
            "start": 828182822,
            "stop": 828183855
        },
        {
            "start": 828183950,
            "stop": 828185413
        },
        {
            "start": 828191233,
            "stop": 828191402
        },
        {
            "start": 828263738,
            "stop": 828265322
        },
        {
            "start": 828266343,
            "stop": 828270363
        },
        {
            "start": 828271166,
            "stop": 828272353
        },
        {
            "start": 828272397,
            "stop": 828272398
        },
        {
            "start": 828272551,
            "stop": 828272953
        },
        {
            "start": 828272987,
            "stop": 828272988
        },
        {
            "start": 828273321,
            "stop": 828273553
        },
        {
            "start": 828273600,
            "stop": 828273601
        },
        {
            "start": 828276605,
            "stop": 828276733
        },
        {
            "start": 828337700,
            "stop": 828344953
        },
        {
            "start": 828345716,
            "stop": 828345973
        },
        {
            "start": 828346007,
            "stop": 828346008
        },
        {
            "start": 828348439,
            "stop": 828352408
        },
        {
            "start": 828426781,
            "stop": 828431113
        }
    ]
}