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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=644",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 645,
    "results": [
        {
            "start": 847016516,
            "stop": 847016552
        },
        {
            "start": 847016872,
            "stop": 847022044
        },
        {
            "start": 847022047,
            "stop": 847035523
        },
        {
            "start": 847035923,
            "stop": 847035968
        },
        {
            "start": 847036288,
            "stop": 847041583
        },
        {
            "start": 847095859,
            "stop": 847096841
        },
        {
            "start": 847097594,
            "stop": 847116537
        },
        {
            "start": 847116538,
            "stop": 847120093
        },
        {
            "start": 847122416,
            "stop": 847123177
        },
        {
            "start": 847123180,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847206352
        },
        {
            "start": 847206358,
            "stop": 847217321
        },
        {
            "start": 847217324,
            "stop": 847223212
        },
        {
            "start": 847223217,
            "stop": 847223219
        },
        {
            "start": 847223222,
            "stop": 847223868
        },
        {
            "start": 847223871,
            "stop": 847228176
        },
        {
            "start": 847228178,
            "stop": 847230613
        },
        {
            "start": 847231867,
            "stop": 847237364
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847264057,
            "stop": 847266140
        }
    ]
}