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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=163",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 164,
    "results": [
        {
            "start": 931464723,
            "stop": 931464753
        },
        {
            "start": 931464755,
            "stop": 931464786
        },
        {
            "start": 931464788,
            "stop": 931464790
        },
        {
            "start": 931464792,
            "stop": 931464804
        },
        {
            "start": 931464806,
            "stop": 931464818
        },
        {
            "start": 931464820,
            "stop": 931464823
        },
        {
            "start": 931464824,
            "stop": 931464849
        },
        {
            "start": 931464851,
            "stop": 931464879
        },
        {
            "start": 931464881,
            "stop": 931464898
        },
        {
            "start": 931464899,
            "stop": 931464941
        },
        {
            "start": 931464943,
            "stop": 931464973
        },
        {
            "start": 931464975,
            "stop": 931464991
        },
        {
            "start": 931464993,
            "stop": 931465010
        },
        {
            "start": 931465012,
            "stop": 931465022
        },
        {
            "start": 931465023,
            "stop": 931465037
        },
        {
            "start": 931465039,
            "stop": 931465047
        },
        {
            "start": 931465049,
            "stop": 931465065
        },
        {
            "start": 931465067,
            "stop": 931465068
        },
        {
            "start": 931465070,
            "stop": 931465105
        },
        {
            "start": 931465107,
            "stop": 931465116
        }
    ]
}