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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 139,
    "results": [
        {
            "start": 1258199664,
            "stop": 1258199708
        },
        {
            "start": 1258199710,
            "stop": 1258199859
        },
        {
            "start": 1258199862,
            "stop": 1258199910
        },
        {
            "start": 1258199912,
            "stop": 1258200375
        },
        {
            "start": 1258200377,
            "stop": 1258201593
        },
        {
            "start": 1258201596,
            "stop": 1258202196
        },
        {
            "start": 1258202199,
            "stop": 1258204868
        },
        {
            "start": 1258204872,
            "stop": 1258205068
        },
        {
            "start": 1258205071,
            "stop": 1258206594
        },
        {
            "start": 1258206597,
            "stop": 1258206986
        },
        {
            "start": 1258206989,
            "stop": 1258207610
        },
        {
            "start": 1258207613,
            "stop": 1258207926
        },
        {
            "start": 1258207929,
            "stop": 1258208924
        },
        {
            "start": 1258208927,
            "stop": 1258209953
        },
        {
            "start": 1258209956,
            "stop": 1258211082
        },
        {
            "start": 1258211085,
            "stop": 1258212487
        },
        {
            "start": 1258212495,
            "stop": 1258213589
        },
        {
            "start": 1258242592,
            "stop": 1258242968
        },
        {
            "start": 1258242971,
            "stop": 1258243244
        },
        {
            "start": 1258243302,
            "stop": 1258243427
        }
    ]
}