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=551
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=552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=550",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 551,
    "results": [
        {
            "start": 832274275,
            "stop": 832274866
        },
        {
            "start": 832277367,
            "stop": 832284920
        },
        {
            "start": 832286339,
            "stop": 832295745
        },
        {
            "start": 832299890,
            "stop": 832300421
        },
        {
            "start": 832301633,
            "stop": 832309842
        },
        {
            "start": 832309847,
            "stop": 832312170
        },
        {
            "start": 832312175,
            "stop": 832332022
        },
        {
            "start": 832336238,
            "stop": 832338078
        },
        {
            "start": 832341502,
            "stop": 832342196
        },
        {
            "start": 832342201,
            "stop": 832344468
        },
        {
            "start": 832344473,
            "stop": 832345386
        },
        {
            "start": 832347827,
            "stop": 832350238
        },
        {
            "start": 832350932,
            "stop": 832355207
        },
        {
            "start": 832355377,
            "stop": 832360785
        },
        {
            "start": 832365588,
            "stop": 832370390
        },
        {
            "start": 832370899,
            "stop": 832375925
        },
        {
            "start": 832375930,
            "stop": 832401511
        },
        {
            "start": 832402240,
            "stop": 832404460
        },
        {
            "start": 832404763,
            "stop": 832423613
        },
        {
            "start": 832423893,
            "stop": 832427164
        }
    ]
}