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=646
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=647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=645",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 646,
    "results": [
        {
            "start": 852826457,
            "stop": 852828169
        },
        {
            "start": 852828581,
            "stop": 852829323
        },
        {
            "start": 852829355,
            "stop": 852833493
        },
        {
            "start": 852833511,
            "stop": 852892751
        },
        {
            "start": 852892770,
            "stop": 852907094
        },
        {
            "start": 852907099,
            "stop": 852920576
        },
        {
            "start": 852922758,
            "stop": 852922952
        },
        {
            "start": 852923560,
            "stop": 852931470
        },
        {
            "start": 852932507,
            "stop": 852953010
        },
        {
            "start": 852954183,
            "stop": 852997862
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067353
        },
        {
            "start": 853068672,
            "stop": 853116772
        },
        {
            "start": 853116790,
            "stop": 853187095
        },
        {
            "start": 853187112,
            "stop": 853196339
        },
        {
            "start": 853199740,
            "stop": 853222372
        },
        {
            "start": 853222390,
            "stop": 853263622
        },
        {
            "start": 853265955,
            "stop": 853272587
        },
        {
            "start": 853273781,
            "stop": 853280287
        },
        {
            "start": 853280827,
            "stop": 853286511
        }
    ]
}