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=645
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=646",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=644",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 645,
    "results": [
        {
            "start": 1263972430,
            "stop": 1263972690
        },
        {
            "start": 1263972692,
            "stop": 1263973823
        },
        {
            "start": 1263973826,
            "stop": 1263975387
        },
        {
            "start": 1263975390,
            "stop": 1263975912
        },
        {
            "start": 1263975915,
            "stop": 1263976151
        },
        {
            "start": 1263976159,
            "stop": 1263985121
        },
        {
            "start": 1263985124,
            "stop": 1263985986
        },
        {
            "start": 1263985989,
            "stop": 1263988326
        },
        {
            "start": 1263988330,
            "stop": 1263988852
        },
        {
            "start": 1263988855,
            "stop": 1263989149
        },
        {
            "start": 1263989152,
            "stop": 1263994894
        },
        {
            "start": 1263994897,
            "stop": 1263997276
        },
        {
            "start": 1263997279,
            "stop": 1264003364
        },
        {
            "start": 1264003367,
            "stop": 1264005684
        },
        {
            "start": 1264005687,
            "stop": 1264008392
        },
        {
            "start": 1264008395,
            "stop": 1264008967
        },
        {
            "start": 1264008970,
            "stop": 1264010576
        },
        {
            "start": 1264010584,
            "stop": 1264010807
        },
        {
            "start": 1264010810,
            "stop": 1264011613
        },
        {
            "start": 1264011616,
            "stop": 1264012120
        }
    ]
}