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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=109",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 110,
    "results": [
        {
            "start": 931383831,
            "stop": 931383837
        },
        {
            "start": 931383839,
            "stop": 931383927
        },
        {
            "start": 931383928,
            "stop": 931383931
        },
        {
            "start": 931383932,
            "stop": 931383938
        },
        {
            "start": 931383939,
            "stop": 931383951
        },
        {
            "start": 931383953,
            "stop": 931383974
        },
        {
            "start": 931383976,
            "stop": 931384030
        },
        {
            "start": 931384032,
            "stop": 931384046
        },
        {
            "start": 931384049,
            "stop": 931384085
        },
        {
            "start": 931384087,
            "stop": 931384110
        },
        {
            "start": 931384112,
            "stop": 931384154
        },
        {
            "start": 931384156,
            "stop": 931384185
        },
        {
            "start": 931384186,
            "stop": 931384205
        },
        {
            "start": 931384207,
            "stop": 931384225
        },
        {
            "start": 931384227,
            "stop": 931384242
        },
        {
            "start": 931384244,
            "stop": 931384253
        },
        {
            "start": 931384254,
            "stop": 931384256
        },
        {
            "start": 931384260,
            "stop": 931384264
        },
        {
            "start": 931384266,
            "stop": 931384292
        },
        {
            "start": 931384294,
            "stop": 931384360
        }
    ]
}