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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 139,
    "results": [
        {
            "start": 1126659920,
            "stop": 1126659921
        },
        {
            "start": 1126659922,
            "stop": 1126659930
        },
        {
            "start": 1126659931,
            "stop": 1126659932
        },
        {
            "start": 1126659933,
            "stop": 1126659934
        },
        {
            "start": 1126659935,
            "stop": 1126659936
        },
        {
            "start": 1126659939,
            "stop": 1126659945
        },
        {
            "start": 1126659946,
            "stop": 1126659959
        },
        {
            "start": 1126659960,
            "stop": 1126659962
        },
        {
            "start": 1126659964,
            "stop": 1126659971
        },
        {
            "start": 1126659973,
            "stop": 1126659974
        },
        {
            "start": 1126659975,
            "stop": 1126659976
        },
        {
            "start": 1126659981,
            "stop": 1126659984
        },
        {
            "start": 1126659991,
            "stop": 1126659992
        },
        {
            "start": 1126659996,
            "stop": 1126659997
        },
        {
            "start": 1126659998,
            "stop": 1126660000
        },
        {
            "start": 1126660001,
            "stop": 1126660002
        },
        {
            "start": 1126660004,
            "stop": 1126660009
        },
        {
            "start": 1126660010,
            "stop": 1126660011
        },
        {
            "start": 1126660013,
            "stop": 1126660014
        },
        {
            "start": 1126660015,
            "stop": 1126660016
        }
    ]
}