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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14443",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14441",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14442,
    "results": [
        {
            "start": 971550443,
            "stop": 971550444
        },
        {
            "start": 971550465,
            "stop": 971550466
        },
        {
            "start": 971550488,
            "stop": 971550489
        },
        {
            "start": 971550517,
            "stop": 971550518
        },
        {
            "start": 971550538,
            "stop": 971550539
        },
        {
            "start": 971550540,
            "stop": 971550541
        },
        {
            "start": 971550571,
            "stop": 971550572
        },
        {
            "start": 971550614,
            "stop": 971550615
        },
        {
            "start": 971555128,
            "stop": 971555161
        },
        {
            "start": 971555164,
            "stop": 971555315
        },
        {
            "start": 971555318,
            "stop": 971555529
        },
        {
            "start": 971555532,
            "stop": 971555552
        },
        {
            "start": 971555555,
            "stop": 971555613
        },
        {
            "start": 971555616,
            "stop": 971555629
        },
        {
            "start": 971555633,
            "stop": 971555698
        },
        {
            "start": 971555743,
            "stop": 971555780
        },
        {
            "start": 971555781,
            "stop": 971556199
        },
        {
            "start": 971556200,
            "stop": 971556239
        },
        {
            "start": 971556242,
            "stop": 971556264
        },
        {
            "start": 971556267,
            "stop": 971556548
        }
    ]
}