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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1902",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1900",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1901,
    "results": [
        {
            "start": 1251555307,
            "stop": 1251555620
        },
        {
            "start": 1251555623,
            "stop": 1251556108
        },
        {
            "start": 1251556111,
            "stop": 1251556120
        },
        {
            "start": 1251556123,
            "stop": 1251557135
        },
        {
            "start": 1251584792,
            "stop": 1251587201
        },
        {
            "start": 1251587204,
            "stop": 1251587364
        },
        {
            "start": 1251587366,
            "stop": 1251588297
        },
        {
            "start": 1251588298,
            "stop": 1251589241
        },
        {
            "start": 1251589249,
            "stop": 1251589280
        },
        {
            "start": 1251591102,
            "stop": 1251592894
        },
        {
            "start": 1251592896,
            "stop": 1251592905
        },
        {
            "start": 1251592908,
            "stop": 1251593306
        },
        {
            "start": 1251593309,
            "stop": 1251597359
        },
        {
            "start": 1251597362,
            "stop": 1251597770
        },
        {
            "start": 1251597778,
            "stop": 1251599359
        },
        {
            "start": 1251599362,
            "stop": 1251599705
        },
        {
            "start": 1251599708,
            "stop": 1251603366
        },
        {
            "start": 1251603368,
            "stop": 1251604398
        },
        {
            "start": 1251604401,
            "stop": 1251605029
        },
        {
            "start": 1251605037,
            "stop": 1251605074
        }
    ]
}