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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14181",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14182,
    "results": [
        {
            "start": 971167772,
            "stop": 971167773
        },
        {
            "start": 971167776,
            "stop": 971167780
        },
        {
            "start": 971167782,
            "stop": 971167783
        },
        {
            "start": 971167784,
            "stop": 971167787
        },
        {
            "start": 971167791,
            "stop": 971167794
        },
        {
            "start": 971167797,
            "stop": 971167799
        },
        {
            "start": 971167800,
            "stop": 971167801
        },
        {
            "start": 971167802,
            "stop": 971167804
        },
        {
            "start": 971167805,
            "stop": 971167807
        },
        {
            "start": 971167811,
            "stop": 971167812
        },
        {
            "start": 971167814,
            "stop": 971167815
        },
        {
            "start": 971167824,
            "stop": 971167826
        },
        {
            "start": 971167828,
            "stop": 971167830
        },
        {
            "start": 971167836,
            "stop": 971167837
        },
        {
            "start": 971167838,
            "stop": 971167841
        },
        {
            "start": 971167842,
            "stop": 971167853
        },
        {
            "start": 971167856,
            "stop": 971167858
        },
        {
            "start": 971167859,
            "stop": 971167861
        },
        {
            "start": 971167863,
            "stop": 971167864
        },
        {
            "start": 971167868,
            "stop": 971167869
        }
    ]
}