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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 55,
    "results": [
        {
            "start": 1130725983,
            "stop": 1130731543
        },
        {
            "start": 1130731551,
            "stop": 1130743336
        },
        {
            "start": 1130744618,
            "stop": 1130753414
        },
        {
            "start": 1130767176,
            "stop": 1130781281
        },
        {
            "start": 1130781288,
            "stop": 1130781294
        },
        {
            "start": 1130781308,
            "stop": 1130781667
        },
        {
            "start": 1130781674,
            "stop": 1130782709
        },
        {
            "start": 1130782716,
            "stop": 1130783837
        },
        {
            "start": 1130783844,
            "stop": 1130787133
        },
        {
            "start": 1130787140,
            "stop": 1130803634
        },
        {
            "start": 1130803641,
            "stop": 1130807316
        },
        {
            "start": 1130807325,
            "stop": 1130817436
        },
        {
            "start": 1130817443,
            "stop": 1130818793
        },
        {
            "start": 1130818800,
            "stop": 1130820069
        },
        {
            "start": 1130820076,
            "stop": 1130835735
        },
        {
            "start": 1130835743,
            "stop": 1130841678
        },
        {
            "start": 1130841685,
            "stop": 1130844426
        },
        {
            "start": 1130844433,
            "stop": 1130854963
        },
        {
            "start": 1130854973,
            "stop": 1130859977
        },
        {
            "start": 1130859986,
            "stop": 1130861879
        }
    ]
}