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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=129",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 130,
    "results": [
        {
            "start": 818369310,
            "stop": 818369342
        },
        {
            "start": 818369371,
            "stop": 818369460
        },
        {
            "start": 818369496,
            "stop": 818369523
        },
        {
            "start": 818369561,
            "stop": 818369637
        },
        {
            "start": 818369666,
            "stop": 818369803
        },
        {
            "start": 818369842,
            "stop": 818370073
        },
        {
            "start": 818370146,
            "stop": 818370153
        },
        {
            "start": 818370185,
            "stop": 818370187
        },
        {
            "start": 818370265,
            "stop": 818370313
        },
        {
            "start": 818370349,
            "stop": 818370357
        },
        {
            "start": 818370392,
            "stop": 818370428
        },
        {
            "start": 818370482,
            "stop": 818371220
        },
        {
            "start": 818371264,
            "stop": 818371291
        },
        {
            "start": 818371400,
            "stop": 818371407
        },
        {
            "start": 818373732,
            "stop": 818376065
        },
        {
            "start": 818376156,
            "stop": 818376189
        },
        {
            "start": 818376218,
            "stop": 818376252
        },
        {
            "start": 818376281,
            "stop": 818377650
        },
        {
            "start": 818377679,
            "stop": 818377686
        },
        {
            "start": 818377715,
            "stop": 818377766
        }
    ]
}