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=4522
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=4523",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4521",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4522,
    "results": [
        {
            "start": 968501879,
            "stop": 968502014
        },
        {
            "start": 968502018,
            "stop": 968502604
        },
        {
            "start": 968502607,
            "stop": 968502754
        },
        {
            "start": 968502757,
            "stop": 968502952
        },
        {
            "start": 968502955,
            "stop": 968503121
        },
        {
            "start": 968503124,
            "stop": 968503163
        },
        {
            "start": 968503166,
            "stop": 968503317
        },
        {
            "start": 968503320,
            "stop": 968503349
        },
        {
            "start": 968503352,
            "stop": 968503638
        },
        {
            "start": 968503641,
            "stop": 968503818
        },
        {
            "start": 968503821,
            "stop": 968504348
        },
        {
            "start": 968522021,
            "stop": 968522043
        },
        {
            "start": 968522046,
            "stop": 968522212
        },
        {
            "start": 968522215,
            "stop": 968522268
        },
        {
            "start": 968522271,
            "stop": 968522273
        },
        {
            "start": 968522276,
            "stop": 968522285
        },
        {
            "start": 968522288,
            "stop": 968522417
        },
        {
            "start": 968522420,
            "stop": 968522453
        },
        {
            "start": 968522456,
            "stop": 968522708
        },
        {
            "start": 968522711,
            "stop": 968522727
        }
    ]
}