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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 206,
    "results": [
        {
            "start": 1176843012,
            "stop": 1176843760
        },
        {
            "start": 1176843764,
            "stop": 1176844368
        },
        {
            "start": 1176844369,
            "stop": 1176844391
        },
        {
            "start": 1176844392,
            "stop": 1176845075
        },
        {
            "start": 1176845076,
            "stop": 1176845125
        },
        {
            "start": 1176845127,
            "stop": 1176845129
        },
        {
            "start": 1176845131,
            "stop": 1176845533
        },
        {
            "start": 1176845534,
            "stop": 1176845873
        },
        {
            "start": 1176845874,
            "stop": 1176845893
        },
        {
            "start": 1176845897,
            "stop": 1176845931
        },
        {
            "start": 1176845932,
            "stop": 1176846156
        },
        {
            "start": 1176846157,
            "stop": 1176846722
        },
        {
            "start": 1176846726,
            "stop": 1176847067
        },
        {
            "start": 1176847069,
            "stop": 1176847302
        },
        {
            "start": 1176847303,
            "stop": 1176847725
        },
        {
            "start": 1176847728,
            "stop": 1176848011
        },
        {
            "start": 1176848012,
            "stop": 1176848041
        },
        {
            "start": 1176848042,
            "stop": 1176848286
        },
        {
            "start": 1176848288,
            "stop": 1176848716
        },
        {
            "start": 1176848717,
            "stop": 1176852747
        }
    ]
}