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=14143
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=14144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14142",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14143,
    "results": [
        {
            "start": 971163655,
            "stop": 971163659
        },
        {
            "start": 971163660,
            "stop": 971163662
        },
        {
            "start": 971163666,
            "stop": 971163669
        },
        {
            "start": 971163671,
            "stop": 971163674
        },
        {
            "start": 971163676,
            "stop": 971163677
        },
        {
            "start": 971163681,
            "stop": 971163682
        },
        {
            "start": 971163684,
            "stop": 971163687
        },
        {
            "start": 971163688,
            "stop": 971163689
        },
        {
            "start": 971163690,
            "stop": 971163695
        },
        {
            "start": 971163696,
            "stop": 971163697
        },
        {
            "start": 971163699,
            "stop": 971163703
        },
        {
            "start": 971163709,
            "stop": 971163715
        },
        {
            "start": 971163718,
            "stop": 971163720
        },
        {
            "start": 971163723,
            "stop": 971163724
        },
        {
            "start": 971163728,
            "stop": 971163729
        },
        {
            "start": 971163732,
            "stop": 971163733
        },
        {
            "start": 971163736,
            "stop": 971163738
        },
        {
            "start": 971163741,
            "stop": 971163744
        },
        {
            "start": 971163746,
            "stop": 971163747
        },
        {
            "start": 971163748,
            "stop": 971163749
        }
    ]
}