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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 134,
    "results": [
        {
            "start": 1126658761,
            "stop": 1126658763
        },
        {
            "start": 1126658768,
            "stop": 1126658770
        },
        {
            "start": 1126658771,
            "stop": 1126658782
        },
        {
            "start": 1126658783,
            "stop": 1126658803
        },
        {
            "start": 1126658807,
            "stop": 1126658812
        },
        {
            "start": 1126658815,
            "stop": 1126658816
        },
        {
            "start": 1126658817,
            "stop": 1126658819
        },
        {
            "start": 1126658820,
            "stop": 1126658821
        },
        {
            "start": 1126658825,
            "stop": 1126658826
        },
        {
            "start": 1126658827,
            "stop": 1126658828
        },
        {
            "start": 1126658830,
            "stop": 1126658839
        },
        {
            "start": 1126658840,
            "stop": 1126658841
        },
        {
            "start": 1126658843,
            "stop": 1126658845
        },
        {
            "start": 1126658847,
            "stop": 1126658849
        },
        {
            "start": 1126658850,
            "stop": 1126658858
        },
        {
            "start": 1126658861,
            "stop": 1126658862
        },
        {
            "start": 1126658867,
            "stop": 1126658902
        },
        {
            "start": 1126658903,
            "stop": 1126658911
        },
        {
            "start": 1126658914,
            "stop": 1126658915
        },
        {
            "start": 1126658916,
            "stop": 1126658918
        }
    ]
}