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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 242,
    "results": [
        {
            "start": 931676864,
            "stop": 931676869
        },
        {
            "start": 931676872,
            "stop": 931676899
        },
        {
            "start": 931676902,
            "stop": 931676906
        },
        {
            "start": 931676909,
            "stop": 931676914
        },
        {
            "start": 931676917,
            "stop": 931676940
        },
        {
            "start": 931676945,
            "stop": 931676946
        },
        {
            "start": 931676949,
            "stop": 931676959
        },
        {
            "start": 931676962,
            "stop": 931676975
        },
        {
            "start": 931676978,
            "stop": 931676985
        },
        {
            "start": 931676988,
            "stop": 931677001
        },
        {
            "start": 931677005,
            "stop": 931677008
        },
        {
            "start": 931677011,
            "stop": 931677013
        },
        {
            "start": 931677018,
            "stop": 931677023
        },
        {
            "start": 931677026,
            "stop": 931677037
        },
        {
            "start": 931677040,
            "stop": 931677042
        },
        {
            "start": 931677045,
            "stop": 931677057
        },
        {
            "start": 931677061,
            "stop": 931677064
        },
        {
            "start": 931677067,
            "stop": 931677073
        },
        {
            "start": 931677076,
            "stop": 931677082
        },
        {
            "start": 931677089,
            "stop": 931677090
        }
    ]
}