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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=243",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 244,
    "results": [
        {
            "start": 934171649,
            "stop": 934171769
        },
        {
            "start": 934171829,
            "stop": 934172009
        },
        {
            "start": 934172129,
            "stop": 934172369
        },
        {
            "start": 934172429,
            "stop": 934172489
        },
        {
            "start": 934172609,
            "stop": 934173329
        },
        {
            "start": 934173569,
            "stop": 934173629
        },
        {
            "start": 934173689,
            "stop": 934173739
        },
        {
            "start": 934173744,
            "stop": 934173809
        },
        {
            "start": 934173869,
            "stop": 934174212
        },
        {
            "start": 934174214,
            "stop": 934174349
        },
        {
            "start": 934174409,
            "stop": 934174598
        },
        {
            "start": 934174602,
            "stop": 934174815
        },
        {
            "start": 934175055,
            "stop": 934178003
        },
        {
            "start": 934178007,
            "stop": 934178184
        },
        {
            "start": 934178186,
            "stop": 934178189
        },
        {
            "start": 934178194,
            "stop": 934178415
        },
        {
            "start": 934178655,
            "stop": 934179129
        },
        {
            "start": 934179249,
            "stop": 934179269
        },
        {
            "start": 934179329,
            "stop": 934179538
        },
        {
            "start": 934180030,
            "stop": 934180169
        }
    ]
}