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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 74,
    "results": [
        {
            "start": 1132020549,
            "stop": 1132027702
        },
        {
            "start": 1132027713,
            "stop": 1132028249
        },
        {
            "start": 1132028257,
            "stop": 1132028439
        },
        {
            "start": 1132028446,
            "stop": 1132034337
        },
        {
            "start": 1132034344,
            "stop": 1132035035
        },
        {
            "start": 1132042025,
            "stop": 1132044302
        },
        {
            "start": 1132044309,
            "stop": 1132044353
        },
        {
            "start": 1132046782,
            "stop": 1132052081
        },
        {
            "start": 1132052088,
            "stop": 1132052203
        },
        {
            "start": 1132052210,
            "stop": 1132053332
        },
        {
            "start": 1132053333,
            "stop": 1132057921
        },
        {
            "start": 1132057922,
            "stop": 1132060588
        },
        {
            "start": 1132060595,
            "stop": 1132062999
        },
        {
            "start": 1132063006,
            "stop": 1132071636
        },
        {
            "start": 1132073070,
            "stop": 1132082502
        },
        {
            "start": 1132082503,
            "stop": 1132086671
        },
        {
            "start": 1132086672,
            "stop": 1132088537
        },
        {
            "start": 1132088544,
            "stop": 1132090332
        },
        {
            "start": 1132100563,
            "stop": 1132103449
        },
        {
            "start": 1132108612,
            "stop": 1132113783
        }
    ]
}