Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5327
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5326",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5327,
    "results": [
        {
            "start": 971079333,
            "stop": 971080302
        },
        {
            "start": 971080305,
            "stop": 971080537
        },
        {
            "start": 971080540,
            "stop": 971080761
        },
        {
            "start": 971080764,
            "stop": 971082121
        },
        {
            "start": 971082124,
            "stop": 971082383
        },
        {
            "start": 971082386,
            "stop": 971082434
        },
        {
            "start": 971082437,
            "stop": 971083016
        },
        {
            "start": 971083019,
            "stop": 971084351
        },
        {
            "start": 971084354,
            "stop": 971085049
        },
        {
            "start": 971085052,
            "stop": 971085236
        },
        {
            "start": 971085239,
            "stop": 971085810
        },
        {
            "start": 971085813,
            "stop": 971087340
        },
        {
            "start": 971087343,
            "stop": 971088095
        },
        {
            "start": 971088098,
            "stop": 971088768
        },
        {
            "start": 971088771,
            "stop": 971089165
        },
        {
            "start": 971089183,
            "stop": 971089471
        },
        {
            "start": 971089474,
            "stop": 971089670
        },
        {
            "start": 971089673,
            "stop": 971091885
        },
        {
            "start": 971091888,
            "stop": 971092377
        },
        {
            "start": 971092380,
            "stop": 971093022
        }
    ]
}