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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=41",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 42,
    "results": [
        {
            "start": 815905171,
            "stop": 815905530
        },
        {
            "start": 815905590,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815906495
        },
        {
            "start": 815906497,
            "stop": 815908825
        },
        {
            "start": 815911204,
            "stop": 815912123
        },
        {
            "start": 815912126,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815912960
        },
        {
            "start": 815912992,
            "stop": 815913457
        },
        {
            "start": 815913460,
            "stop": 815914470
        },
        {
            "start": 815914530,
            "stop": 815918670
        },
        {
            "start": 815918730,
            "stop": 815919358
        },
        {
            "start": 815919361,
            "stop": 815921790
        },
        {
            "start": 815921850,
            "stop": 815922399
        },
        {
            "start": 815922402,
            "stop": 815923118
        },
        {
            "start": 815923121,
            "stop": 815923827
        },
        {
            "start": 815923830,
            "stop": 815923985
        },
        {
            "start": 815923989,
            "stop": 815924348
        },
        {
            "start": 815924351,
            "stop": 815925706
        },
        {
            "start": 815925709,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815927360
        }
    ]
}