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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 174,
    "results": [
        {
            "start": 1176634462,
            "stop": 1176639392
        },
        {
            "start": 1176639393,
            "stop": 1176639581
        },
        {
            "start": 1176639583,
            "stop": 1176645339
        },
        {
            "start": 1176645343,
            "stop": 1176652937
        },
        {
            "start": 1176677340,
            "stop": 1176677950
        },
        {
            "start": 1176678171,
            "stop": 1176678413
        },
        {
            "start": 1176678416,
            "stop": 1176680846
        },
        {
            "start": 1176680850,
            "stop": 1176691212
        },
        {
            "start": 1176691216,
            "stop": 1176696867
        },
        {
            "start": 1176697416,
            "stop": 1176698363
        },
        {
            "start": 1176698365,
            "stop": 1176699353
        },
        {
            "start": 1176699357,
            "stop": 1176700085
        },
        {
            "start": 1176700086,
            "stop": 1176700768
        },
        {
            "start": 1176700771,
            "stop": 1176700957
        },
        {
            "start": 1176700961,
            "stop": 1176703191
        },
        {
            "start": 1176705965,
            "stop": 1176710851
        },
        {
            "start": 1176710853,
            "stop": 1176718183
        },
        {
            "start": 1176718184,
            "stop": 1176718195
        },
        {
            "start": 1176718196,
            "stop": 1176718203
        },
        {
            "start": 1176718204,
            "stop": 1176718205
        }
    ]
}