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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=185",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 186,
    "results": [
        {
            "start": 1176948799,
            "stop": 1176948819
        },
        {
            "start": 1176948821,
            "stop": 1176948850
        },
        {
            "start": 1176948852,
            "stop": 1176948860
        },
        {
            "start": 1176948865,
            "stop": 1176948885
        },
        {
            "start": 1176948890,
            "stop": 1176948902
        },
        {
            "start": 1176948905,
            "stop": 1176948919
        },
        {
            "start": 1176948925,
            "stop": 1176948967
        },
        {
            "start": 1176948968,
            "stop": 1176948969
        },
        {
            "start": 1176948975,
            "stop": 1176949006
        },
        {
            "start": 1176949010,
            "stop": 1176949028
        },
        {
            "start": 1176949030,
            "stop": 1176949032
        },
        {
            "start": 1176949033,
            "stop": 1176949041
        },
        {
            "start": 1176949042,
            "stop": 1176949045
        },
        {
            "start": 1176949051,
            "stop": 1176949053
        },
        {
            "start": 1176949056,
            "stop": 1176949086
        },
        {
            "start": 1176949089,
            "stop": 1176949095
        },
        {
            "start": 1176949099,
            "stop": 1176949100
        },
        {
            "start": 1176949101,
            "stop": 1176949148
        },
        {
            "start": 1176949149,
            "stop": 1176949158
        },
        {
            "start": 1176949164,
            "stop": 1176949181
        }
    ]
}