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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4560",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4558",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4559,
    "results": [
        {
            "start": 968786276,
            "stop": 968786989
        },
        {
            "start": 968786992,
            "stop": 968787692
        },
        {
            "start": 968787695,
            "stop": 968787769
        },
        {
            "start": 968787772,
            "stop": 968788033
        },
        {
            "start": 968788036,
            "stop": 968788256
        },
        {
            "start": 968788262,
            "stop": 968788298
        },
        {
            "start": 968788418,
            "stop": 968788598
        },
        {
            "start": 968788658,
            "stop": 968788778
        },
        {
            "start": 968790698,
            "stop": 968790758
        },
        {
            "start": 968790818,
            "stop": 968790878
        },
        {
            "start": 968791058,
            "stop": 968791118
        },
        {
            "start": 968791238,
            "stop": 968791358
        },
        {
            "start": 968791418,
            "stop": 968791972
        },
        {
            "start": 968791975,
            "stop": 968792891
        },
        {
            "start": 968792894,
            "stop": 968792958
        },
        {
            "start": 968792961,
            "stop": 968794206
        },
        {
            "start": 968794209,
            "stop": 968794996
        },
        {
            "start": 968795003,
            "stop": 968795563
        },
        {
            "start": 968795566,
            "stop": 968796579
        },
        {
            "start": 968796582,
            "stop": 968796812
        }
    ]
}