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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 33,
    "results": [
        {
            "start": 1127704085,
            "stop": 1127710576
        },
        {
            "start": 1127710584,
            "stop": 1127716582
        },
        {
            "start": 1127716589,
            "stop": 1127719093
        },
        {
            "start": 1127719101,
            "stop": 1127723002
        },
        {
            "start": 1127723010,
            "stop": 1127726240
        },
        {
            "start": 1127726247,
            "stop": 1127727719
        },
        {
            "start": 1127727726,
            "stop": 1127728390
        },
        {
            "start": 1127728397,
            "stop": 1127733347
        },
        {
            "start": 1127733355,
            "stop": 1127738385
        },
        {
            "start": 1127738386,
            "stop": 1127743165
        },
        {
            "start": 1127745666,
            "stop": 1127745778
        },
        {
            "start": 1127747340,
            "stop": 1127756334
        },
        {
            "start": 1127756341,
            "stop": 1127757508
        },
        {
            "start": 1127757515,
            "stop": 1127757795
        },
        {
            "start": 1127757802,
            "stop": 1127760322
        },
        {
            "start": 1127760329,
            "stop": 1127765450
        },
        {
            "start": 1127765451,
            "stop": 1127766616
        },
        {
            "start": 1127766617,
            "stop": 1127767654
        },
        {
            "start": 1127781937,
            "stop": 1127793192
        },
        {
            "start": 1127793200,
            "stop": 1127811135
        }
    ]
}