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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 229,
    "results": [
        {
            "start": 818212678,
            "stop": 818212681
        },
        {
            "start": 818212702,
            "stop": 818212707
        },
        {
            "start": 818212730,
            "stop": 818212731
        },
        {
            "start": 818212752,
            "stop": 818212753
        },
        {
            "start": 818212772,
            "stop": 818212776
        },
        {
            "start": 818212794,
            "stop": 818212796
        },
        {
            "start": 818212813,
            "stop": 818212814
        },
        {
            "start": 818212827,
            "stop": 818212829
        },
        {
            "start": 818212844,
            "stop": 818212846
        },
        {
            "start": 818212870,
            "stop": 818212874
        },
        {
            "start": 818212877,
            "stop": 818212880
        },
        {
            "start": 818212883,
            "stop": 818212884
        },
        {
            "start": 818212889,
            "stop": 818212890
        },
        {
            "start": 818212894,
            "stop": 818212899
        },
        {
            "start": 818212918,
            "stop": 818212922
        },
        {
            "start": 818212947,
            "stop": 818212949
        },
        {
            "start": 818212956,
            "stop": 818212961
        },
        {
            "start": 818212971,
            "stop": 818212972
        },
        {
            "start": 818212993,
            "stop": 818212995
        },
        {
            "start": 818213011,
            "stop": 818213013
        }
    ]
}