Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8058
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8059",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8057",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8058,
    "results": [
        {
            "start": 970473117,
            "stop": 970473125
        },
        {
            "start": 970473128,
            "stop": 970473138
        },
        {
            "start": 970473141,
            "stop": 970473156
        },
        {
            "start": 970473159,
            "stop": 970473180
        },
        {
            "start": 970473183,
            "stop": 970473201
        },
        {
            "start": 970473205,
            "stop": 970473207
        },
        {
            "start": 970473210,
            "stop": 970473212
        },
        {
            "start": 970473215,
            "stop": 970473221
        },
        {
            "start": 970473224,
            "stop": 970473266
        },
        {
            "start": 970473269,
            "stop": 970473275
        },
        {
            "start": 970473281,
            "stop": 970473286
        },
        {
            "start": 970473289,
            "stop": 970473317
        },
        {
            "start": 970473320,
            "stop": 970473333
        },
        {
            "start": 970473338,
            "stop": 970473342
        },
        {
            "start": 970473345,
            "stop": 970473368
        },
        {
            "start": 970473374,
            "stop": 970473384
        },
        {
            "start": 970473387,
            "stop": 970473389
        },
        {
            "start": 970473393,
            "stop": 970473434
        },
        {
            "start": 970473437,
            "stop": 970473510
        },
        {
            "start": 970473515,
            "stop": 970473520
        }
    ]
}