Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=725
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=724",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 725,
    "results": [
        {
            "start": 830414216,
            "stop": 830414220
        },
        {
            "start": 830414280,
            "stop": 830414286
        },
        {
            "start": 830414290,
            "stop": 830414448
        },
        {
            "start": 830414452,
            "stop": 830414453
        },
        {
            "start": 830414456,
            "stop": 830414467
        },
        {
            "start": 830414475,
            "stop": 830414631
        },
        {
            "start": 830414635,
            "stop": 830414657
        },
        {
            "start": 830414660,
            "stop": 830414699
        },
        {
            "start": 830414760,
            "stop": 830414873
        },
        {
            "start": 830414876,
            "stop": 830414932
        },
        {
            "start": 830414937,
            "stop": 830414938
        },
        {
            "start": 830414942,
            "stop": 830415035
        },
        {
            "start": 830415038,
            "stop": 830415061
        },
        {
            "start": 830415065,
            "stop": 830415085
        },
        {
            "start": 830415088,
            "stop": 830415102
        },
        {
            "start": 830415108,
            "stop": 830415298
        },
        {
            "start": 830415301,
            "stop": 830415339
        },
        {
            "start": 830415342,
            "stop": 830415560
        },
        {
            "start": 830415564,
            "stop": 830415657
        },
        {
            "start": 830415720,
            "stop": 830415786
        }
    ]
}