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=669
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=670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=668",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 669,
    "results": [
        {
            "start": 858556721,
            "stop": 858594390
        },
        {
            "start": 858594450,
            "stop": 858594464
        },
        {
            "start": 858595219,
            "stop": 858607710
        },
        {
            "start": 858609594,
            "stop": 858615217
        },
        {
            "start": 858615235,
            "stop": 858615539
        },
        {
            "start": 858615558,
            "stop": 858615758
        },
        {
            "start": 858615778,
            "stop": 858615924
        },
        {
            "start": 858615945,
            "stop": 858617670
        },
        {
            "start": 858619237,
            "stop": 858620383
        },
        {
            "start": 858621260,
            "stop": 858622350
        },
        {
            "start": 858622410,
            "stop": 858626646
        },
        {
            "start": 858627903,
            "stop": 858628977
        },
        {
            "start": 858628995,
            "stop": 858643074
        },
        {
            "start": 858645059,
            "stop": 858683267
        },
        {
            "start": 858683303,
            "stop": 858693363
        },
        {
            "start": 858694964,
            "stop": 858724951
        },
        {
            "start": 858725778,
            "stop": 858741264
        },
        {
            "start": 858742343,
            "stop": 858742710
        },
        {
            "start": 858742770,
            "stop": 858745410
        },
        {
            "start": 858745530,
            "stop": 858765450
        }
    ]
}