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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4229",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4230,
    "results": [
        {
            "start": 874516800,
            "stop": 874516827
        },
        {
            "start": 874516847,
            "stop": 874516888
        },
        {
            "start": 874516923,
            "stop": 874516974
        },
        {
            "start": 874517040,
            "stop": 874517096
        },
        {
            "start": 874517117,
            "stop": 874517130
        },
        {
            "start": 874517149,
            "stop": 874517154
        },
        {
            "start": 874517400,
            "stop": 874517442
        },
        {
            "start": 874517520,
            "stop": 874517571
        },
        {
            "start": 874517591,
            "stop": 874517624
        },
        {
            "start": 874517643,
            "stop": 874517678
        },
        {
            "start": 874517697,
            "stop": 874517744
        },
        {
            "start": 874518016,
            "stop": 874518018
        },
        {
            "start": 874518050,
            "stop": 874518051
        },
        {
            "start": 874518072,
            "stop": 874518090
        },
        {
            "start": 874518109,
            "stop": 874518159
        },
        {
            "start": 874518179,
            "stop": 874518184
        },
        {
            "start": 874518206,
            "stop": 874518256
        },
        {
            "start": 874518282,
            "stop": 874518288
        },
        {
            "start": 874518420,
            "stop": 874518440
        },
        {
            "start": 874518459,
            "stop": 874518630
        }
    ]
}