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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=10",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 11,
    "results": [
        {
            "start": 815232096,
            "stop": 815232732
        },
        {
            "start": 815232736,
            "stop": 815233471
        },
        {
            "start": 815233474,
            "stop": 815234820
        },
        {
            "start": 815234823,
            "stop": 815235464
        },
        {
            "start": 815235481,
            "stop": 815235845
        },
        {
            "start": 815235849,
            "stop": 815235857
        },
        {
            "start": 815235860,
            "stop": 815235925
        },
        {
            "start": 815235929,
            "stop": 815236319
        },
        {
            "start": 815236338,
            "stop": 815236442
        },
        {
            "start": 815236451,
            "stop": 815236457
        },
        {
            "start": 815236477,
            "stop": 815236574
        },
        {
            "start": 815236578,
            "stop": 815236599
        },
        {
            "start": 815236608,
            "stop": 815236710
        },
        {
            "start": 815236830,
            "stop": 815236872
        },
        {
            "start": 815236875,
            "stop": 815237056
        },
        {
            "start": 815237059,
            "stop": 815237370
        },
        {
            "start": 815237490,
            "stop": 815237491
        },
        {
            "start": 815237508,
            "stop": 815237550
        },
        {
            "start": 815237910,
            "stop": 815237966
        },
        {
            "start": 815237969,
            "stop": 815238030
        }
    ]
}