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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 131,
    "results": [
        {
            "start": 817885337,
            "stop": 817885469
        },
        {
            "start": 817885472,
            "stop": 817885630
        },
        {
            "start": 817885634,
            "stop": 817885963
        },
        {
            "start": 817885970,
            "stop": 817886092
        },
        {
            "start": 817886095,
            "stop": 817886301
        },
        {
            "start": 817886305,
            "stop": 817886610
        },
        {
            "start": 817886614,
            "stop": 817886777
        },
        {
            "start": 817886780,
            "stop": 817886783
        },
        {
            "start": 817886787,
            "stop": 817887030
        },
        {
            "start": 817887034,
            "stop": 817887204
        },
        {
            "start": 817887208,
            "stop": 817887214
        },
        {
            "start": 817887218,
            "stop": 817887452
        },
        {
            "start": 817887455,
            "stop": 817887482
        },
        {
            "start": 817887485,
            "stop": 817887761
        },
        {
            "start": 817887769,
            "stop": 817888154
        },
        {
            "start": 817888157,
            "stop": 817888184
        },
        {
            "start": 817888188,
            "stop": 817888772
        },
        {
            "start": 817888776,
            "stop": 817888809
        },
        {
            "start": 817888816,
            "stop": 817888860
        },
        {
            "start": 817888863,
            "stop": 817888872
        }
    ]
}