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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=282",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 283,
    "results": [
        {
            "start": 854929470,
            "stop": 854957121
        },
        {
            "start": 854958147,
            "stop": 854974395
        },
        {
            "start": 854977674,
            "stop": 854980268
        },
        {
            "start": 854981294,
            "stop": 854984035
        },
        {
            "start": 854985542,
            "stop": 854987238
        },
        {
            "start": 854987419,
            "stop": 854990940
        },
        {
            "start": 854993640,
            "stop": 854993941
        },
        {
            "start": 854994512,
            "stop": 854996080
        },
        {
            "start": 854996202,
            "stop": 855007465
        },
        {
            "start": 855009611,
            "stop": 855016608
        },
        {
            "start": 855017888,
            "stop": 855020520
        },
        {
            "start": 855020735,
            "stop": 855038908
        },
        {
            "start": 855038968,
            "stop": 855041733
        },
        {
            "start": 855043243,
            "stop": 855062480
        },
        {
            "start": 855063752,
            "stop": 855063901
        },
        {
            "start": 855065697,
            "stop": 855066796
        },
        {
            "start": 855067813,
            "stop": 855068743
        },
        {
            "start": 855069637,
            "stop": 855073358
        },
        {
            "start": 855075828,
            "stop": 855077195
        },
        {
            "start": 855077810,
            "stop": 855079948
        }
    ]
}