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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=101",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 102,
    "results": [
        {
            "start": 957917258,
            "stop": 957917436
        },
        {
            "start": 957919514,
            "stop": 957921315
        },
        {
            "start": 957924635,
            "stop": 957926968
        },
        {
            "start": 957944355,
            "stop": 957958324
        },
        {
            "start": 957962069,
            "stop": 957964538
        },
        {
            "start": 957966332,
            "stop": 957969220
        },
        {
            "start": 957970025,
            "stop": 957990095
        },
        {
            "start": 957991121,
            "stop": 957995565
        },
        {
            "start": 958010627,
            "stop": 958022690
        },
        {
            "start": 958026278,
            "stop": 958045100
        },
        {
            "start": 958048536,
            "stop": 958048579
        },
        {
            "start": 958048750,
            "stop": 958062121
        },
        {
            "start": 958062819,
            "stop": 958065785
        },
        {
            "start": 958067879,
            "stop": 958077526
        },
        {
            "start": 958078592,
            "stop": 958079253
        },
        {
            "start": 958079824,
            "stop": 958121647
        },
        {
            "start": 958122480,
            "stop": 958123000
        },
        {
            "start": 958123148,
            "stop": 958123149
        },
        {
            "start": 958123590,
            "stop": 958129556
        },
        {
            "start": 958132738,
            "stop": 958141640
        }
    ]
}