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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=3",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 4,
    "results": [
        {
            "start": 934494645,
            "stop": 934494774
        },
        {
            "start": 934553269,
            "stop": 934553398
        },
        {
            "start": 934605101,
            "stop": 934605230
        },
        {
            "start": 934621789,
            "stop": 934621918
        },
        {
            "start": 934752173,
            "stop": 934752310
        },
        {
            "start": 934775213,
            "stop": 934775342
        },
        {
            "start": 934779854,
            "stop": 934779990
        },
        {
            "start": 934799461,
            "stop": 934799598
        },
        {
            "start": 934834726,
            "stop": 934834862
        },
        {
            "start": 934861661,
            "stop": 934861790
        },
        {
            "start": 934961973,
            "stop": 934962110
        },
        {
            "start": 935137724,
            "stop": 935137885
        },
        {
            "start": 935143325,
            "stop": 935143453
        },
        {
            "start": 935151172,
            "stop": 935151309
        },
        {
            "start": 935205300,
            "stop": 935205437
        },
        {
            "start": 935219756,
            "stop": 935219917
        },
        {
            "start": 935234533,
            "stop": 935234661
        },
        {
            "start": 935266924,
            "stop": 935267061
        },
        {
            "start": 935340525,
            "stop": 935340654
        },
        {
            "start": 935368797,
            "stop": 935368934
        }
    ]
}