Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=165
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 165,
    "results": [
        {
            "start": 931427168,
            "stop": 931427247
        },
        {
            "start": 931427248,
            "stop": 931427297
        },
        {
            "start": 931427300,
            "stop": 931427557
        },
        {
            "start": 931427558,
            "stop": 931427610
        },
        {
            "start": 931427611,
            "stop": 931427951
        },
        {
            "start": 931427953,
            "stop": 931427958
        },
        {
            "start": 931427960,
            "stop": 931428015
        },
        {
            "start": 931428375,
            "stop": 931428378
        },
        {
            "start": 931428379,
            "stop": 931428442
        },
        {
            "start": 931428443,
            "stop": 931428525
        },
        {
            "start": 931428527,
            "stop": 931428693
        },
        {
            "start": 931428695,
            "stop": 931428696
        },
        {
            "start": 931428698,
            "stop": 931428717
        },
        {
            "start": 931428719,
            "stop": 931428728
        },
        {
            "start": 931428730,
            "stop": 931428759
        },
        {
            "start": 931428761,
            "stop": 931428864
        },
        {
            "start": 931428865,
            "stop": 931428920
        },
        {
            "start": 931428921,
            "stop": 931429180
        },
        {
            "start": 931429181,
            "stop": 931429190
        },
        {
            "start": 931429191,
            "stop": 931429257
        }
    ]
}