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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=52",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 53,
    "results": [
        {
            "start": 816182593,
            "stop": 816182687
        },
        {
            "start": 816182690,
            "stop": 816182767
        },
        {
            "start": 816182770,
            "stop": 816182958
        },
        {
            "start": 816182962,
            "stop": 816182969
        },
        {
            "start": 816183972,
            "stop": 816183990
        },
        {
            "start": 816183993,
            "stop": 816184002
        },
        {
            "start": 816184005,
            "stop": 816184014
        },
        {
            "start": 816184018,
            "stop": 816184068
        },
        {
            "start": 816184071,
            "stop": 816184167
        },
        {
            "start": 816184171,
            "stop": 816184209
        },
        {
            "start": 816184212,
            "stop": 816184233
        },
        {
            "start": 816184238,
            "stop": 816184270
        },
        {
            "start": 816184273,
            "stop": 816184335
        },
        {
            "start": 816184338,
            "stop": 816184423
        },
        {
            "start": 816184426,
            "stop": 816184485
        },
        {
            "start": 816184488,
            "stop": 816184490
        },
        {
            "start": 816184494,
            "stop": 816184549
        },
        {
            "start": 816184553,
            "stop": 816184903
        },
        {
            "start": 816184907,
            "stop": 816184924
        },
        {
            "start": 816184927,
            "stop": 816185006
        }
    ]
}