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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 265,
    "results": [
        {
            "start": 818222784,
            "stop": 818222785
        },
        {
            "start": 818222803,
            "stop": 818222806
        },
        {
            "start": 818222810,
            "stop": 818222816
        },
        {
            "start": 818222828,
            "stop": 818222830
        },
        {
            "start": 818222834,
            "stop": 818222839
        },
        {
            "start": 818222849,
            "stop": 818222850
        },
        {
            "start": 818222854,
            "stop": 818222855
        },
        {
            "start": 818222861,
            "stop": 818222864
        },
        {
            "start": 818222875,
            "stop": 818222876
        },
        {
            "start": 818222883,
            "stop": 818222885
        },
        {
            "start": 818222888,
            "stop": 818222891
        },
        {
            "start": 818222894,
            "stop": 818222895
        },
        {
            "start": 818222898,
            "stop": 818222903
        },
        {
            "start": 818222910,
            "stop": 818222912
        },
        {
            "start": 818222915,
            "stop": 818222926
        },
        {
            "start": 818222934,
            "stop": 818222937
        },
        {
            "start": 818222945,
            "stop": 818222947
        },
        {
            "start": 818222950,
            "stop": 818222953
        },
        {
            "start": 818222957,
            "stop": 818222958
        },
        {
            "start": 818222961,
            "stop": 818222962
        }
    ]
}