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_CAT3/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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=26",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 27,
    "results": [
        {
            "start": 1126290732,
            "stop": 1126290815
        },
        {
            "start": 1126290817,
            "stop": 1126290895
        },
        {
            "start": 1126290897,
            "stop": 1126290900
        },
        {
            "start": 1126290902,
            "stop": 1126290959
        },
        {
            "start": 1126290961,
            "stop": 1126290962
        },
        {
            "start": 1126290966,
            "stop": 1126290969
        },
        {
            "start": 1126290971,
            "stop": 1126291090
        },
        {
            "start": 1126291092,
            "stop": 1126291097
        },
        {
            "start": 1126291099,
            "stop": 1126291111
        },
        {
            "start": 1126291113,
            "stop": 1126291115
        },
        {
            "start": 1126291117,
            "stop": 1126291151
        },
        {
            "start": 1126291153,
            "stop": 1126291254
        },
        {
            "start": 1126291256,
            "stop": 1126291384
        },
        {
            "start": 1126291386,
            "stop": 1126291390
        },
        {
            "start": 1126291392,
            "stop": 1126291483
        },
        {
            "start": 1126291484,
            "stop": 1126291574
        },
        {
            "start": 1126291576,
            "stop": 1126291789
        },
        {
            "start": 1126291791,
            "stop": 1126291797
        },
        {
            "start": 1126291798,
            "stop": 1126291878
        },
        {
            "start": 1126291879,
            "stop": 1126291905
        }
    ]
}