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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1816",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1814",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1815,
    "results": [
        {
            "start": 962146562,
            "stop": 962150482
        },
        {
            "start": 962150636,
            "stop": 962154377
        },
        {
            "start": 962154840,
            "stop": 962156786
        },
        {
            "start": 962156787,
            "stop": 962158339
        },
        {
            "start": 962160378,
            "stop": 962161218
        },
        {
            "start": 962161219,
            "stop": 962162446
        },
        {
            "start": 962162448,
            "stop": 962162937
        },
        {
            "start": 962163005,
            "stop": 962163147
        },
        {
            "start": 962163149,
            "stop": 962163412
        },
        {
            "start": 962163414,
            "stop": 962163514
        },
        {
            "start": 962163516,
            "stop": 962163912
        },
        {
            "start": 962163914,
            "stop": 962164021
        },
        {
            "start": 962166876,
            "stop": 962167135
        },
        {
            "start": 962167137,
            "stop": 962167721
        },
        {
            "start": 962167723,
            "stop": 962168006
        },
        {
            "start": 962168008,
            "stop": 962173142
        },
        {
            "start": 962173144,
            "stop": 962177770
        },
        {
            "start": 962187303,
            "stop": 962189551
        },
        {
            "start": 962189552,
            "stop": 962191112
        },
        {
            "start": 962192004,
            "stop": 962192050
        }
    ]
}