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=554
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=555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=553",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 554,
    "results": [
        {
            "start": 832690878,
            "stop": 832698919
        },
        {
            "start": 832701217,
            "stop": 832702389
        },
        {
            "start": 832703030,
            "stop": 832706566
        },
        {
            "start": 832707216,
            "stop": 832713846
        },
        {
            "start": 832713851,
            "stop": 832714002
        },
        {
            "start": 832715036,
            "stop": 832716690
        },
        {
            "start": 832717254,
            "stop": 832718880
        },
        {
            "start": 832719982,
            "stop": 832720418
        },
        {
            "start": 832720539,
            "stop": 832732826
        },
        {
            "start": 832732833,
            "stop": 832772783
        },
        {
            "start": 832774035,
            "stop": 832801963
        },
        {
            "start": 832803849,
            "stop": 832821941
        },
        {
            "start": 832823213,
            "stop": 832823332
        },
        {
            "start": 832824326,
            "stop": 832853039
        },
        {
            "start": 832855777,
            "stop": 832858430
        },
        {
            "start": 832859352,
            "stop": 832860504
        },
        {
            "start": 832861690,
            "stop": 832865502
        },
        {
            "start": 832866437,
            "stop": 832882826
        },
        {
            "start": 832882831,
            "stop": 832882980
        },
        {
            "start": 832883900,
            "stop": 832884946
        }
    ]
}