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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=64",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 65,
    "results": [
        {
            "start": 821319050,
            "stop": 821319061
        },
        {
            "start": 821319064,
            "stop": 821319308
        },
        {
            "start": 821319311,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821319609
        },
        {
            "start": 821319612,
            "stop": 821319668
        },
        {
            "start": 821319671,
            "stop": 821320791
        },
        {
            "start": 821320794,
            "stop": 821324483
        },
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821329961
        },
        {
            "start": 821329964,
            "stop": 821331393
        },
        {
            "start": 821331396,
            "stop": 821331485
        },
        {
            "start": 821331488,
            "stop": 821331710
        },
        {
            "start": 821331713,
            "stop": 821331884
        },
        {
            "start": 821331887,
            "stop": 821331963
        },
        {
            "start": 821331966,
            "stop": 821332038
        },
        {
            "start": 821332041,
            "stop": 821332070
        },
        {
            "start": 821332073,
            "stop": 821332108
        },
        {
            "start": 821332111,
            "stop": 821332274
        },
        {
            "start": 821332277,
            "stop": 821332287
        }
    ]
}