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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1277",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1278,
    "results": [
        {
            "start": 958412471,
            "stop": 958415441
        },
        {
            "start": 958420345,
            "stop": 958424159
        },
        {
            "start": 958444804,
            "stop": 958446652
        },
        {
            "start": 958446654,
            "stop": 958446826
        },
        {
            "start": 958446828,
            "stop": 958447205
        },
        {
            "start": 958454001,
            "stop": 958457937
        },
        {
            "start": 958458699,
            "stop": 958461646
        },
        {
            "start": 958461652,
            "stop": 958471588
        },
        {
            "start": 958471590,
            "stop": 958471932
        },
        {
            "start": 958471934,
            "stop": 958471935
        },
        {
            "start": 958471940,
            "stop": 958472014
        },
        {
            "start": 958472016,
            "stop": 958472083
        },
        {
            "start": 958472085,
            "stop": 958472288
        },
        {
            "start": 958472290,
            "stop": 958472339
        },
        {
            "start": 958472341,
            "stop": 958472367
        },
        {
            "start": 958472370,
            "stop": 958472464
        },
        {
            "start": 958472466,
            "stop": 958472468
        },
        {
            "start": 958472469,
            "stop": 958473593
        },
        {
            "start": 958473595,
            "stop": 958474823
        },
        {
            "start": 958474825,
            "stop": 958475368
        }
    ]
}