Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=27
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=26",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 27,
    "results": [
        {
            "start": 1176352584,
            "stop": 1176372436
        },
        {
            "start": 1176372441,
            "stop": 1176424228
        },
        {
            "start": 1176424878,
            "stop": 1176449302
        },
        {
            "start": 1176449605,
            "stop": 1176494766
        },
        {
            "start": 1176497738,
            "stop": 1176517605
        },
        {
            "start": 1176517918,
            "stop": 1176553681
        },
        {
            "start": 1176595909,
            "stop": 1176596022
        },
        {
            "start": 1176598973,
            "stop": 1176607855
        },
        {
            "start": 1176608737,
            "stop": 1176622773
        },
        {
            "start": 1176625570,
            "stop": 1176652937
        },
        {
            "start": 1176677340,
            "stop": 1176677950
        },
        {
            "start": 1176678171,
            "stop": 1176696867
        },
        {
            "start": 1176697416,
            "stop": 1176703191
        },
        {
            "start": 1176705965,
            "stop": 1176739235
        },
        {
            "start": 1176755416,
            "stop": 1176764180
        },
        {
            "start": 1176764855,
            "stop": 1176767385
        },
        {
            "start": 1176767393,
            "stop": 1176767419
        },
        {
            "start": 1176767447,
            "stop": 1176767469
        },
        {
            "start": 1176767472,
            "stop": 1176767534
        },
        {
            "start": 1176767545,
            "stop": 1176767566
        }
    ]
}