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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16641",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16642,
    "results": [
        {
            "start": 874823573,
            "stop": 874823589
        },
        {
            "start": 874823590,
            "stop": 874823605
        },
        {
            "start": 874823606,
            "stop": 874823624
        },
        {
            "start": 874823627,
            "stop": 874823742
        },
        {
            "start": 874823743,
            "stop": 874823765
        },
        {
            "start": 874823766,
            "stop": 874823768
        },
        {
            "start": 874823769,
            "stop": 874823789
        },
        {
            "start": 874823792,
            "stop": 874823816
        },
        {
            "start": 874823817,
            "stop": 874823820
        },
        {
            "start": 874823823,
            "stop": 874823960
        },
        {
            "start": 874823961,
            "stop": 874823982
        },
        {
            "start": 874823983,
            "stop": 874823999
        },
        {
            "start": 874824002,
            "stop": 874824016
        },
        {
            "start": 874824017,
            "stop": 874824030
        },
        {
            "start": 874824031,
            "stop": 874824041
        },
        {
            "start": 874824044,
            "stop": 874824046
        },
        {
            "start": 874824047,
            "stop": 874824056
        },
        {
            "start": 874824058,
            "stop": 874824099
        },
        {
            "start": 874824101,
            "stop": 874824110
        },
        {
            "start": 874824111,
            "stop": 874824156
        }
    ]
}