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=4928
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=4929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4927",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4928,
    "results": [
        {
            "start": 875209669,
            "stop": 875209671
        },
        {
            "start": 875209707,
            "stop": 875209715
        },
        {
            "start": 875209734,
            "stop": 875209778
        },
        {
            "start": 875209797,
            "stop": 875209849
        },
        {
            "start": 875209869,
            "stop": 875209881
        },
        {
            "start": 875209900,
            "stop": 875209902
        },
        {
            "start": 875209933,
            "stop": 875210031
        },
        {
            "start": 875210050,
            "stop": 875210062
        },
        {
            "start": 875210091,
            "stop": 875210128
        },
        {
            "start": 875210157,
            "stop": 875210283
        },
        {
            "start": 875210302,
            "stop": 875210305
        },
        {
            "start": 875210326,
            "stop": 875210330
        },
        {
            "start": 875210349,
            "stop": 875210356
        },
        {
            "start": 875210375,
            "stop": 875210388
        },
        {
            "start": 875210408,
            "stop": 875210411
        },
        {
            "start": 875210436,
            "stop": 875210443
        },
        {
            "start": 875210463,
            "stop": 875210516
        },
        {
            "start": 875210548,
            "stop": 875210606
        },
        {
            "start": 875210625,
            "stop": 875210676
        },
        {
            "start": 875210695,
            "stop": 875210703
        }
    ]
}