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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=135",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 136,
    "results": [
        {
            "start": 1416950084,
            "stop": 1416951662
        },
        {
            "start": 1416951667,
            "stop": 1416959370
        },
        {
            "start": 1416965145,
            "stop": 1416965706
        },
        {
            "start": 1416965710,
            "stop": 1416966787
        },
        {
            "start": 1416966792,
            "stop": 1416970513
        },
        {
            "start": 1416970518,
            "stop": 1416973016
        },
        {
            "start": 1416973021,
            "stop": 1416976584
        },
        {
            "start": 1416979686,
            "stop": 1416981037
        },
        {
            "start": 1416981043,
            "stop": 1416989341
        },
        {
            "start": 1416989346,
            "stop": 1416990233
        },
        {
            "start": 1416990238,
            "stop": 1416993598
        },
        {
            "start": 1416993601,
            "stop": 1417003719
        },
        {
            "start": 1417003724,
            "stop": 1417005932
        },
        {
            "start": 1417009901,
            "stop": 1417010421
        },
        {
            "start": 1417010426,
            "stop": 1417012327
        },
        {
            "start": 1417012332,
            "stop": 1417013654
        },
        {
            "start": 1417013657,
            "stop": 1417015665
        },
        {
            "start": 1417019310,
            "stop": 1417030220
        },
        {
            "start": 1417032139,
            "stop": 1417045209
        },
        {
            "start": 1417045212,
            "stop": 1417047715
        }
    ]
}