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=4633
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=4634",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4632",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4633,
    "results": [
        {
            "start": 969454887,
            "stop": 969454928
        },
        {
            "start": 969454932,
            "stop": 969454935
        },
        {
            "start": 969454938,
            "stop": 969454939
        },
        {
            "start": 969454942,
            "stop": 969454945
        },
        {
            "start": 969457185,
            "stop": 969457898
        },
        {
            "start": 969459878,
            "stop": 969459911
        },
        {
            "start": 969459914,
            "stop": 969460138
        },
        {
            "start": 969460141,
            "stop": 969460238
        },
        {
            "start": 969460298,
            "stop": 969461813
        },
        {
            "start": 969461816,
            "stop": 969462375
        },
        {
            "start": 969462378,
            "stop": 969462638
        },
        {
            "start": 969462698,
            "stop": 969462854
        },
        {
            "start": 969462872,
            "stop": 969462938
        },
        {
            "start": 969462998,
            "stop": 969463058
        },
        {
            "start": 969463118,
            "stop": 969463178
        },
        {
            "start": 969463418,
            "stop": 969463524
        },
        {
            "start": 969463527,
            "stop": 969463579
        },
        {
            "start": 969463582,
            "stop": 969463588
        },
        {
            "start": 969463591,
            "stop": 969463598
        },
        {
            "start": 969464198,
            "stop": 969464258
        }
    ]
}