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=791
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=792",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=790",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 791,
    "results": [
        {
            "start": 957591383,
            "stop": 957591566
        },
        {
            "start": 957591572,
            "stop": 957591608
        },
        {
            "start": 957591614,
            "stop": 957591800
        },
        {
            "start": 957591806,
            "stop": 957592279
        },
        {
            "start": 957592284,
            "stop": 957592402
        },
        {
            "start": 957592408,
            "stop": 957592587
        },
        {
            "start": 957592593,
            "stop": 957592642
        },
        {
            "start": 957593071,
            "stop": 957593112
        },
        {
            "start": 957593118,
            "stop": 957593600
        },
        {
            "start": 957593606,
            "stop": 957593646
        },
        {
            "start": 957593652,
            "stop": 957593668
        },
        {
            "start": 957593674,
            "stop": 957593841
        },
        {
            "start": 957593847,
            "stop": 957593856
        },
        {
            "start": 957593862,
            "stop": 957593908
        },
        {
            "start": 957593914,
            "stop": 957593974
        },
        {
            "start": 957593980,
            "stop": 957594705
        },
        {
            "start": 957594715,
            "stop": 957594914
        },
        {
            "start": 957598100,
            "stop": 957599412
        },
        {
            "start": 957599417,
            "stop": 957600059
        },
        {
            "start": 957600064,
            "stop": 957600985
        }
    ]
}