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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 519,
    "results": [
        {
            "start": 1184852489,
            "stop": 1184852490
        },
        {
            "start": 1184852505,
            "stop": 1184852542
        },
        {
            "start": 1184852545,
            "stop": 1184852553
        },
        {
            "start": 1184852557,
            "stop": 1184853181
        },
        {
            "start": 1184853183,
            "stop": 1184853198
        },
        {
            "start": 1184853200,
            "stop": 1184853331
        },
        {
            "start": 1184853335,
            "stop": 1184853337
        },
        {
            "start": 1184853340,
            "stop": 1184853508
        },
        {
            "start": 1184853510,
            "stop": 1184853513
        },
        {
            "start": 1184853515,
            "stop": 1184853516
        },
        {
            "start": 1184853518,
            "stop": 1184853912
        },
        {
            "start": 1184853914,
            "stop": 1184853921
        },
        {
            "start": 1184853924,
            "stop": 1184853945
        },
        {
            "start": 1184853947,
            "stop": 1184854059
        },
        {
            "start": 1184854061,
            "stop": 1184854064
        },
        {
            "start": 1184854066,
            "stop": 1184854070
        },
        {
            "start": 1184854072,
            "stop": 1184854073
        },
        {
            "start": 1184854094,
            "stop": 1184854097
        },
        {
            "start": 1184854103,
            "stop": 1184854121
        },
        {
            "start": 1184854123,
            "stop": 1184854322
        }
    ]
}