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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 70,
    "results": [
        {
            "start": 931344932,
            "stop": 931344950
        },
        {
            "start": 931344952,
            "stop": 931345173
        },
        {
            "start": 931345177,
            "stop": 931345332
        },
        {
            "start": 931345333,
            "stop": 931345497
        },
        {
            "start": 931345501,
            "stop": 931345548
        },
        {
            "start": 931345549,
            "stop": 931345550
        },
        {
            "start": 931345552,
            "stop": 931345563
        },
        {
            "start": 931345565,
            "stop": 931345598
        },
        {
            "start": 931345600,
            "stop": 931345633
        },
        {
            "start": 931345635,
            "stop": 931345672
        },
        {
            "start": 931345673,
            "stop": 931345684
        },
        {
            "start": 931345686,
            "stop": 931345730
        },
        {
            "start": 931345731,
            "stop": 931345752
        },
        {
            "start": 931345755,
            "stop": 931345770
        },
        {
            "start": 931345772,
            "stop": 931345955
        },
        {
            "start": 931345957,
            "stop": 931345960
        },
        {
            "start": 931345961,
            "stop": 931345968
        },
        {
            "start": 931345970,
            "stop": 931345971
        },
        {
            "start": 931345973,
            "stop": 931345987
        },
        {
            "start": 931345989,
            "stop": 931345993
        }
    ]
}