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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=647",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=645",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 646,
    "results": [
        {
            "start": 1264012123,
            "stop": 1264012346
        },
        {
            "start": 1264012348,
            "stop": 1264015020
        },
        {
            "start": 1264015023,
            "stop": 1264015831
        },
        {
            "start": 1264015834,
            "stop": 1264021515
        },
        {
            "start": 1264021518,
            "stop": 1264022237
        },
        {
            "start": 1264022240,
            "stop": 1264031539
        },
        {
            "start": 1264031541,
            "stop": 1264035951
        },
        {
            "start": 1264035954,
            "stop": 1264039236
        },
        {
            "start": 1264039239,
            "stop": 1264040946
        },
        {
            "start": 1264040954,
            "stop": 1264041358
        },
        {
            "start": 1264041361,
            "stop": 1264043918
        },
        {
            "start": 1264043921,
            "stop": 1264043955
        },
        {
            "start": 1264043958,
            "stop": 1264044985
        },
        {
            "start": 1264055491,
            "stop": 1264056017
        },
        {
            "start": 1264056025,
            "stop": 1264059722
        },
        {
            "start": 1264059725,
            "stop": 1264060237
        },
        {
            "start": 1264060240,
            "stop": 1264064207
        },
        {
            "start": 1264064210,
            "stop": 1264065756
        },
        {
            "start": 1264065759,
            "stop": 1264066841
        },
        {
            "start": 1264066844,
            "stop": 1264066898
        }
    ]
}