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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 2,
    "results": [
        {
            "start": 933048461,
            "stop": 933048597
        },
        {
            "start": 933146758,
            "stop": 933146894
        },
        {
            "start": 933181174,
            "stop": 933181334
        },
        {
            "start": 933189534,
            "stop": 933189663
        },
        {
            "start": 933204566,
            "stop": 933204726
        },
        {
            "start": 933248190,
            "stop": 933248350
        },
        {
            "start": 933253574,
            "stop": 933253710
        },
        {
            "start": 933306534,
            "stop": 933306670
        },
        {
            "start": 933322654,
            "stop": 933322782
        },
        {
            "start": 933325077,
            "stop": 933325206
        },
        {
            "start": 933374174,
            "stop": 933374310
        },
        {
            "start": 933379669,
            "stop": 933379830
        },
        {
            "start": 933514358,
            "stop": 933514487
        },
        {
            "start": 933556606,
            "stop": 933556734
        },
        {
            "start": 933567429,
            "stop": 933567566
        },
        {
            "start": 933578246,
            "stop": 933578382
        },
        {
            "start": 933790309,
            "stop": 933790446
        },
        {
            "start": 933844989,
            "stop": 933845126
        },
        {
            "start": 933893029,
            "stop": 933893166
        },
        {
            "start": 933904909,
            "stop": 933905046
        }
    ]
}