Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=510
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=509",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 510,
    "results": [
        {
            "start": 825098625,
            "stop": 825105167
        },
        {
            "start": 825108374,
            "stop": 825109980
        },
        {
            "start": 825109985,
            "stop": 825109986
        },
        {
            "start": 825112403,
            "stop": 825114629
        },
        {
            "start": 825117050,
            "stop": 825119850
        },
        {
            "start": 825121379,
            "stop": 825124451
        },
        {
            "start": 825125225,
            "stop": 825150271
        },
        {
            "start": 825154329,
            "stop": 825170441
        },
        {
            "start": 825170447,
            "stop": 825171284
        },
        {
            "start": 825171291,
            "stop": 825177721
        },
        {
            "start": 825205805,
            "stop": 825208406
        },
        {
            "start": 825209598,
            "stop": 825213913
        },
        {
            "start": 825214880,
            "stop": 825215956
        },
        {
            "start": 825216611,
            "stop": 825240639
        },
        {
            "start": 825241882,
            "stop": 825246105
        },
        {
            "start": 825250308,
            "stop": 825254190
        },
        {
            "start": 825254414,
            "stop": 825254708
        },
        {
            "start": 825255211,
            "stop": 825257882
        },
        {
            "start": 825259461,
            "stop": 825262612
        },
        {
            "start": 825263855,
            "stop": 825268593
        }
    ]
}