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/H2_BURST_CAT3E/segments?format=api&page=46758
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=46759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46757",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46758,
    "results": [
        {
            "start": 875084529,
            "stop": 875084609
        },
        {
            "start": 875084610,
            "stop": 875084705
        },
        {
            "start": 875084708,
            "stop": 875084719
        },
        {
            "start": 875084722,
            "stop": 875084791
        },
        {
            "start": 875084792,
            "stop": 875084856
        },
        {
            "start": 875084857,
            "stop": 875084977
        },
        {
            "start": 875084978,
            "stop": 875085001
        },
        {
            "start": 875085003,
            "stop": 875085145
        },
        {
            "start": 875085146,
            "stop": 875085325
        },
        {
            "start": 875085326,
            "stop": 875085367
        },
        {
            "start": 875085368,
            "stop": 875085389
        },
        {
            "start": 875085392,
            "stop": 875085695
        },
        {
            "start": 875085696,
            "stop": 875085786
        },
        {
            "start": 875085787,
            "stop": 875085891
        },
        {
            "start": 875085892,
            "stop": 875085960
        },
        {
            "start": 875085961,
            "stop": 875086001
        },
        {
            "start": 875086002,
            "stop": 875086014
        },
        {
            "start": 875086015,
            "stop": 875086055
        },
        {
            "start": 875086058,
            "stop": 875086157
        },
        {
            "start": 875086159,
            "stop": 875086416
        }
    ]
}