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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=47",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 48,
    "results": [
        {
            "start": 821041824,
            "stop": 821041827
        },
        {
            "start": 821041836,
            "stop": 821041839
        },
        {
            "start": 821041842,
            "stop": 821041848
        },
        {
            "start": 821041857,
            "stop": 821041915
        },
        {
            "start": 821041919,
            "stop": 821041944
        },
        {
            "start": 821041952,
            "stop": 821042024
        },
        {
            "start": 821042028,
            "stop": 821042251
        },
        {
            "start": 821042259,
            "stop": 821042312
        },
        {
            "start": 821042316,
            "stop": 821042457
        },
        {
            "start": 821042461,
            "stop": 821042500
        },
        {
            "start": 821042504,
            "stop": 821042509
        },
        {
            "start": 821042513,
            "stop": 821042519
        },
        {
            "start": 821042523,
            "stop": 821042567
        },
        {
            "start": 821042571,
            "stop": 821042582
        },
        {
            "start": 821042590,
            "stop": 821042610
        },
        {
            "start": 821042614,
            "stop": 821042645
        },
        {
            "start": 821042650,
            "stop": 821042684
        },
        {
            "start": 821042693,
            "stop": 821042704
        },
        {
            "start": 821042712,
            "stop": 821042718
        },
        {
            "start": 821042722,
            "stop": 821042728
        }
    ]
}