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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3618",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3616",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3617,
    "results": [
        {
            "start": 970473183,
            "stop": 970473201
        },
        {
            "start": 970473205,
            "stop": 970473207
        },
        {
            "start": 970473210,
            "stop": 970473212
        },
        {
            "start": 970473215,
            "stop": 970473221
        },
        {
            "start": 970473224,
            "stop": 970473239
        },
        {
            "start": 970473240,
            "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
        },
        {
            "start": 970473523,
            "stop": 970473527
        },
        {
            "start": 970473530,
            "stop": 970473532
        },
        {
            "start": 970473535,
            "stop": 970473543
        }
    ]
}