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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6854",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6855,
    "results": [
        {
            "start": 873230132,
            "stop": 873230141
        },
        {
            "start": 873230149,
            "stop": 873230153
        },
        {
            "start": 873230156,
            "stop": 873230256
        },
        {
            "start": 873230259,
            "stop": 873230321
        },
        {
            "start": 873230324,
            "stop": 873230395
        },
        {
            "start": 873230398,
            "stop": 873230411
        },
        {
            "start": 873230415,
            "stop": 873230474
        },
        {
            "start": 873230477,
            "stop": 873230484
        },
        {
            "start": 873230489,
            "stop": 873230671
        },
        {
            "start": 873231846,
            "stop": 873231853
        },
        {
            "start": 873231855,
            "stop": 873232020
        },
        {
            "start": 873232080,
            "stop": 873232087
        },
        {
            "start": 873232095,
            "stop": 873232101
        },
        {
            "start": 873232106,
            "stop": 873232113
        },
        {
            "start": 873232117,
            "stop": 873232121
        },
        {
            "start": 873232125,
            "stop": 873232134
        },
        {
            "start": 873232138,
            "stop": 873232166
        },
        {
            "start": 873232167,
            "stop": 873232200
        },
        {
            "start": 873232360,
            "stop": 873232414
        },
        {
            "start": 873232417,
            "stop": 873232447
        }
    ]
}