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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29405",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29406,
    "results": [
        {
            "start": 971409876,
            "stop": 971409889
        },
        {
            "start": 971409892,
            "stop": 971409902
        },
        {
            "start": 971409904,
            "stop": 971409906
        },
        {
            "start": 971409909,
            "stop": 971409912
        },
        {
            "start": 971409913,
            "stop": 971409917
        },
        {
            "start": 971409919,
            "stop": 971409924
        },
        {
            "start": 971409926,
            "stop": 971409930
        },
        {
            "start": 971409933,
            "stop": 971409941
        },
        {
            "start": 971409943,
            "stop": 971409946
        },
        {
            "start": 971409948,
            "stop": 971409950
        },
        {
            "start": 971409951,
            "stop": 971409954
        },
        {
            "start": 971409955,
            "stop": 971409962
        },
        {
            "start": 971409964,
            "stop": 971409966
        },
        {
            "start": 971409967,
            "stop": 971409969
        },
        {
            "start": 971409972,
            "stop": 971409974
        },
        {
            "start": 971409976,
            "stop": 971409979
        },
        {
            "start": 971409981,
            "stop": 971409987
        },
        {
            "start": 971409991,
            "stop": 971409993
        },
        {
            "start": 971409994,
            "stop": 971409996
        },
        {
            "start": 971409998,
            "stop": 971410001
        }
    ]
}