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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=101",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 102,
    "results": [
        {
            "start": 821440753,
            "stop": 821440806
        },
        {
            "start": 821440809,
            "stop": 821440988
        },
        {
            "start": 821440991,
            "stop": 821440999
        },
        {
            "start": 821441002,
            "stop": 821441061
        },
        {
            "start": 821441064,
            "stop": 821441068
        },
        {
            "start": 821441071,
            "stop": 821441160
        },
        {
            "start": 821441163,
            "stop": 821441263
        },
        {
            "start": 821441266,
            "stop": 821441340
        },
        {
            "start": 821441343,
            "stop": 821441402
        },
        {
            "start": 821441405,
            "stop": 821441563
        },
        {
            "start": 821441566,
            "stop": 821441610
        },
        {
            "start": 821441613,
            "stop": 821441948
        },
        {
            "start": 821441951,
            "stop": 821442133
        },
        {
            "start": 821442136,
            "stop": 821442304
        },
        {
            "start": 821442307,
            "stop": 821442312
        },
        {
            "start": 821442315,
            "stop": 821442329
        },
        {
            "start": 821442332,
            "stop": 821442368
        },
        {
            "start": 821442371,
            "stop": 821442390
        },
        {
            "start": 821442394,
            "stop": 821442434
        },
        {
            "start": 821442437,
            "stop": 821442508
        }
    ]
}