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=5338
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=5339",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5337",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5338,
    "results": [
        {
            "start": 1137240353,
            "stop": 1137240694
        },
        {
            "start": 1137240697,
            "stop": 1137240713
        },
        {
            "start": 1137240715,
            "stop": 1137240785
        },
        {
            "start": 1137240787,
            "stop": 1137240788
        },
        {
            "start": 1137240790,
            "stop": 1137240836
        },
        {
            "start": 1137240837,
            "stop": 1137240838
        },
        {
            "start": 1137240840,
            "stop": 1137240908
        },
        {
            "start": 1137240910,
            "stop": 1137240911
        },
        {
            "start": 1137240913,
            "stop": 1137241278
        },
        {
            "start": 1137241282,
            "stop": 1137241351
        },
        {
            "start": 1137241353,
            "stop": 1137241383
        },
        {
            "start": 1137241386,
            "stop": 1137241402
        },
        {
            "start": 1137241404,
            "stop": 1137241526
        },
        {
            "start": 1137241528,
            "stop": 1137241626
        },
        {
            "start": 1137241628,
            "stop": 1137242493
        },
        {
            "start": 1137242495,
            "stop": 1137242532
        },
        {
            "start": 1137242534,
            "stop": 1137242652
        },
        {
            "start": 1137242654,
            "stop": 1137242895
        },
        {
            "start": 1137242897,
            "stop": 1137243039
        },
        {
            "start": 1137243041,
            "stop": 1137243069
        }
    ]
}