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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=77",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 78,
    "results": [
        {
            "start": 821401526,
            "stop": 821401703
        },
        {
            "start": 821401706,
            "stop": 821401754
        },
        {
            "start": 821401757,
            "stop": 821401937
        },
        {
            "start": 821401940,
            "stop": 821401958
        },
        {
            "start": 821401961,
            "stop": 821402001
        },
        {
            "start": 821402004,
            "stop": 821402338
        },
        {
            "start": 821402341,
            "stop": 821402606
        },
        {
            "start": 821402609,
            "stop": 821403409
        },
        {
            "start": 821403412,
            "stop": 821403583
        },
        {
            "start": 821403586,
            "stop": 821404728
        },
        {
            "start": 821404731,
            "stop": 821410990
        },
        {
            "start": 821410993,
            "stop": 821421721
        },
        {
            "start": 821421724,
            "stop": 821421883
        },
        {
            "start": 821421886,
            "stop": 821422292
        },
        {
            "start": 821422295,
            "stop": 821422407
        },
        {
            "start": 821422410,
            "stop": 821422523
        },
        {
            "start": 821422526,
            "stop": 821422554
        },
        {
            "start": 821422557,
            "stop": 821423312
        },
        {
            "start": 821423315,
            "stop": 821423887
        },
        {
            "start": 821423890,
            "stop": 821423960
        }
    ]
}