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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815211833
        },
        {
            "start": 815211991,
            "stop": 815214734
        },
        {
            "start": 815215435,
            "stop": 815216067
        },
        {
            "start": 815216171,
            "stop": 815216370
        },
        {
            "start": 815217937,
            "stop": 815217974
        },
        {
            "start": 815219912,
            "stop": 815221331
        },
        {
            "start": 815221912,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230105
        },
        {
            "start": 815231235,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815239972
        },
        {
            "start": 815240846,
            "stop": 815247182
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815266842
        },
        {
            "start": 815267210,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815299891
        },
        {
            "start": 815300562,
            "stop": 815303660
        },
        {
            "start": 815304110,
            "stop": 815304781
        },
        {
            "start": 815306225,
            "stop": 815306509
        },
        {
            "start": 815307250,
            "stop": 815307328
        },
        {
            "start": 815307989,
            "stop": 815308065
        }
    ]
}