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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=781",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=779",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 780,
    "results": [
        {
            "start": 957489401,
            "stop": 957489562
        },
        {
            "start": 957489568,
            "stop": 957490444
        },
        {
            "start": 957490450,
            "stop": 957490507
        },
        {
            "start": 957490512,
            "stop": 957490648
        },
        {
            "start": 957490654,
            "stop": 957490788
        },
        {
            "start": 957490794,
            "stop": 957490835
        },
        {
            "start": 957490841,
            "stop": 957490992
        },
        {
            "start": 957490998,
            "stop": 957491047
        },
        {
            "start": 957491055,
            "stop": 957492159
        },
        {
            "start": 957492165,
            "stop": 957492223
        },
        {
            "start": 957492229,
            "stop": 957492689
        },
        {
            "start": 957492695,
            "stop": 957493545
        },
        {
            "start": 957493555,
            "stop": 957493976
        },
        {
            "start": 957493982,
            "stop": 957494116
        },
        {
            "start": 957494122,
            "stop": 957494262
        },
        {
            "start": 957494268,
            "stop": 957494643
        },
        {
            "start": 957494649,
            "stop": 957494858
        },
        {
            "start": 957494864,
            "stop": 957494996
        },
        {
            "start": 957495002,
            "stop": 957495036
        },
        {
            "start": 957495042,
            "stop": 957495178
        }
    ]
}