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=618
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=619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=617",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 618,
    "results": [
        {
            "start": 848229930,
            "stop": 848229934
        },
        {
            "start": 848234927,
            "stop": 848237097
        },
        {
            "start": 848238106,
            "stop": 848241496
        },
        {
            "start": 848241502,
            "stop": 848244330
        },
        {
            "start": 848244450,
            "stop": 848244630
        },
        {
            "start": 848244690,
            "stop": 848244870
        },
        {
            "start": 848245230,
            "stop": 848245350
        },
        {
            "start": 848246010,
            "stop": 848248170
        },
        {
            "start": 848248230,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848290230
        },
        {
            "start": 848290290,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848308590
        },
        {
            "start": 848308650,
            "stop": 848309250
        },
        {
            "start": 848309310,
            "stop": 848311660
        },
        {
            "start": 848312977,
            "stop": 848315070
        },
        {
            "start": 848315130,
            "stop": 848317830
        },
        {
            "start": 848317890,
            "stop": 848317904
        },
        {
            "start": 848318823,
            "stop": 848318970
        },
        {
            "start": 848319030,
            "stop": 848319465
        },
        {
            "start": 848319482,
            "stop": 848319592
        }
    ]
}