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=4526
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=4527",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4525",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4526,
    "results": [
        {
            "start": 968532044,
            "stop": 968532113
        },
        {
            "start": 968532117,
            "stop": 968532209
        },
        {
            "start": 968532212,
            "stop": 968532327
        },
        {
            "start": 968532331,
            "stop": 968532600
        },
        {
            "start": 968532603,
            "stop": 968532604
        },
        {
            "start": 968532607,
            "stop": 968532738
        },
        {
            "start": 968532741,
            "stop": 968532836
        },
        {
            "start": 968532839,
            "stop": 968533127
        },
        {
            "start": 968533130,
            "stop": 968533231
        },
        {
            "start": 968533234,
            "stop": 968533268
        },
        {
            "start": 968533271,
            "stop": 968533342
        },
        {
            "start": 968533345,
            "stop": 968533359
        },
        {
            "start": 968533362,
            "stop": 968533373
        },
        {
            "start": 968533376,
            "stop": 968533400
        },
        {
            "start": 968533403,
            "stop": 968533418
        },
        {
            "start": 968533478,
            "stop": 968533498
        },
        {
            "start": 968533501,
            "stop": 968533528
        },
        {
            "start": 968533533,
            "stop": 968533568
        },
        {
            "start": 968533571,
            "stop": 968533606
        },
        {
            "start": 968533609,
            "stop": 968533643
        }
    ]
}