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=492
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=493",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=491",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 492,
    "results": [
        {
            "start": 1184573260,
            "stop": 1184573261
        },
        {
            "start": 1184573263,
            "stop": 1184573287
        },
        {
            "start": 1184573289,
            "stop": 1184573292
        },
        {
            "start": 1184573308,
            "stop": 1184573310
        },
        {
            "start": 1184573312,
            "stop": 1184573313
        },
        {
            "start": 1184573315,
            "stop": 1184573316
        },
        {
            "start": 1184573318,
            "stop": 1184573322
        },
        {
            "start": 1184573324,
            "stop": 1184573325
        },
        {
            "start": 1184573341,
            "stop": 1184573350
        },
        {
            "start": 1184573352,
            "stop": 1184573360
        },
        {
            "start": 1184573363,
            "stop": 1184573365
        },
        {
            "start": 1184573372,
            "stop": 1184573374
        },
        {
            "start": 1184573378,
            "stop": 1184573398
        },
        {
            "start": 1184573400,
            "stop": 1184573412
        },
        {
            "start": 1184573422,
            "stop": 1184573426
        },
        {
            "start": 1184573437,
            "stop": 1184573438
        },
        {
            "start": 1184573441,
            "stop": 1184573442
        },
        {
            "start": 1184573444,
            "stop": 1184573445
        },
        {
            "start": 1184573452,
            "stop": 1184573459
        },
        {
            "start": 1184573461,
            "stop": 1184573577
        }
    ]
}