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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6066",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6067,
    "results": [
        {
            "start": 873850529,
            "stop": 873850814
        },
        {
            "start": 873850815,
            "stop": 873853830
        },
        {
            "start": 873853834,
            "stop": 873853870
        },
        {
            "start": 873853873,
            "stop": 873853877
        },
        {
            "start": 873853880,
            "stop": 873856427
        },
        {
            "start": 873856428,
            "stop": 873857412
        },
        {
            "start": 873857415,
            "stop": 873858171
        },
        {
            "start": 873858174,
            "stop": 873858187
        },
        {
            "start": 873858190,
            "stop": 873858191
        },
        {
            "start": 873858194,
            "stop": 873858199
        },
        {
            "start": 873858202,
            "stop": 873858217
        },
        {
            "start": 873858224,
            "stop": 873858227
        },
        {
            "start": 873858231,
            "stop": 873858233
        },
        {
            "start": 873858241,
            "stop": 873858242
        },
        {
            "start": 873858250,
            "stop": 873858252
        },
        {
            "start": 873858255,
            "stop": 873858263
        },
        {
            "start": 873858266,
            "stop": 873858278
        },
        {
            "start": 873858282,
            "stop": 873858298
        },
        {
            "start": 873858301,
            "stop": 873858999
        },
        {
            "start": 873859004,
            "stop": 873860009
        }
    ]
}