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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=25",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 26,
    "results": [
        {
            "start": 1131308708,
            "stop": 1131314499
        },
        {
            "start": 1131319276,
            "stop": 1131387095
        },
        {
            "start": 1131394911,
            "stop": 1131429841
        },
        {
            "start": 1131599292,
            "stop": 1131647696
        },
        {
            "start": 1131648702,
            "stop": 1131665255
        },
        {
            "start": 1131704322,
            "stop": 1131728751
        },
        {
            "start": 1131733827,
            "stop": 1131734169
        },
        {
            "start": 1131736295,
            "stop": 1131777449
        },
        {
            "start": 1131779500,
            "stop": 1131780860
        },
        {
            "start": 1131944359,
            "stop": 1131954784
        },
        {
            "start": 1131957539,
            "stop": 1131962150
        },
        {
            "start": 1131970993,
            "stop": 1131988271
        },
        {
            "start": 1132013797,
            "stop": 1132035036
        },
        {
            "start": 1132042025,
            "stop": 1132044354
        },
        {
            "start": 1132046782,
            "stop": 1132071636
        },
        {
            "start": 1132073070,
            "stop": 1132090332
        },
        {
            "start": 1132100563,
            "stop": 1132103455
        },
        {
            "start": 1132108612,
            "stop": 1132141397
        },
        {
            "start": 1132141457,
            "stop": 1132185253
        },
        {
            "start": 1132197472,
            "stop": 1132204774
        }
    ]
}