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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 205,
    "results": [
        {
            "start": 1126841193,
            "stop": 1126841511
        },
        {
            "start": 1126841512,
            "stop": 1126841560
        },
        {
            "start": 1126841561,
            "stop": 1126841607
        },
        {
            "start": 1126841615,
            "stop": 1126841903
        },
        {
            "start": 1126841905,
            "stop": 1126842177
        },
        {
            "start": 1126842179,
            "stop": 1126842273
        },
        {
            "start": 1126842282,
            "stop": 1126842552
        },
        {
            "start": 1126842553,
            "stop": 1126842654
        },
        {
            "start": 1126842656,
            "stop": 1126842834
        },
        {
            "start": 1126842841,
            "stop": 1126843021
        },
        {
            "start": 1126843022,
            "stop": 1126843408
        },
        {
            "start": 1126843409,
            "stop": 1126843774
        },
        {
            "start": 1126843776,
            "stop": 1126844133
        },
        {
            "start": 1126844134,
            "stop": 1126844478
        },
        {
            "start": 1126844480,
            "stop": 1126844860
        },
        {
            "start": 1126844862,
            "stop": 1126845250
        },
        {
            "start": 1126845251,
            "stop": 1126845623
        },
        {
            "start": 1126845624,
            "stop": 1126845997
        },
        {
            "start": 1126845998,
            "stop": 1126846370
        },
        {
            "start": 1126846371,
            "stop": 1126846652
        }
    ]
}