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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1968",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1969,
    "results": [
        {
            "start": 854586144,
            "stop": 854586682
        },
        {
            "start": 854586697,
            "stop": 854617843
        },
        {
            "start": 854620245,
            "stop": 854653395
        },
        {
            "start": 854653398,
            "stop": 854658323
        },
        {
            "start": 854667568,
            "stop": 854673134
        },
        {
            "start": 854673237,
            "stop": 854705122
        },
        {
            "start": 854706904,
            "stop": 854744114
        },
        {
            "start": 854744252,
            "stop": 854751210
        },
        {
            "start": 854752650,
            "stop": 854758496
        },
        {
            "start": 854758695,
            "stop": 854770229
        },
        {
            "start": 854770339,
            "stop": 854770397
        },
        {
            "start": 854770697,
            "stop": 854794321
        },
        {
            "start": 854794633,
            "stop": 854811668
        },
        {
            "start": 854811669,
            "stop": 854812841
        },
        {
            "start": 854829912,
            "stop": 854830112
        },
        {
            "start": 854830972,
            "stop": 854834090
        },
        {
            "start": 854834093,
            "stop": 854834095
        },
        {
            "start": 854834102,
            "stop": 854836816
        },
        {
            "start": 854836824,
            "stop": 854837196
        },
        {
            "start": 854837201,
            "stop": 854837379
        }
    ]
}