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_BURST_CAT2/segments?format=api&page=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 37,
    "results": [
        {
            "start": 1169736556,
            "stop": 1169751428
        },
        {
            "start": 1169751431,
            "stop": 1169752224
        },
        {
            "start": 1169752227,
            "stop": 1169755671
        },
        {
            "start": 1169755674,
            "stop": 1169756850
        },
        {
            "start": 1169756854,
            "stop": 1169757722
        },
        {
            "start": 1169759500,
            "stop": 1169769826
        },
        {
            "start": 1169769830,
            "stop": 1169773136
        },
        {
            "start": 1169775921,
            "stop": 1169789295
        },
        {
            "start": 1169789299,
            "stop": 1169791273
        },
        {
            "start": 1169791277,
            "stop": 1169800030
        },
        {
            "start": 1169800034,
            "stop": 1169804416
        },
        {
            "start": 1169804420,
            "stop": 1169816905
        },
        {
            "start": 1169816909,
            "stop": 1169829189
        },
        {
            "start": 1169831089,
            "stop": 1169831160
        },
        {
            "start": 1169831164,
            "stop": 1169831297
        },
        {
            "start": 1169831395,
            "stop": 1169832558
        },
        {
            "start": 1169832562,
            "stop": 1169832579
        },
        {
            "start": 1169832582,
            "stop": 1169840654
        },
        {
            "start": 1169840657,
            "stop": 1169841983
        },
        {
            "start": 1169841986,
            "stop": 1169842041
        }
    ]
}