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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5013",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5014,
    "results": [
        {
            "start": 872337524,
            "stop": 872337601
        },
        {
            "start": 872337736,
            "stop": 872337829
        },
        {
            "start": 872337873,
            "stop": 872337952
        },
        {
            "start": 872337988,
            "stop": 872338185
        },
        {
            "start": 872338242,
            "stop": 872338700
        },
        {
            "start": 872338736,
            "stop": 872338800
        },
        {
            "start": 872338834,
            "stop": 872338849
        },
        {
            "start": 872338885,
            "stop": 872338959
        },
        {
            "start": 872339026,
            "stop": 872339065
        },
        {
            "start": 872339101,
            "stop": 872339108
        },
        {
            "start": 872339144,
            "stop": 872339266
        },
        {
            "start": 872339302,
            "stop": 872339357
        },
        {
            "start": 872339395,
            "stop": 872339834
        },
        {
            "start": 872339882,
            "stop": 872339894
        },
        {
            "start": 872339951,
            "stop": 872340028
        },
        {
            "start": 872340062,
            "stop": 872340087
        },
        {
            "start": 872340123,
            "stop": 872340554
        },
        {
            "start": 872340590,
            "stop": 872341322
        },
        {
            "start": 872341359,
            "stop": 872341437
        },
        {
            "start": 872341471,
            "stop": 872341569
        }
    ]
}