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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=58",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 59,
    "results": [
        {
            "start": 931533986,
            "stop": 931534701
        },
        {
            "start": 931539619,
            "stop": 931542032
        },
        {
            "start": 931543466,
            "stop": 931544810
        },
        {
            "start": 931564301,
            "stop": 931564307
        },
        {
            "start": 931564314,
            "stop": 931564315
        },
        {
            "start": 931564322,
            "stop": 931564324
        },
        {
            "start": 931564331,
            "stop": 931564333
        },
        {
            "start": 931564340,
            "stop": 931564341
        },
        {
            "start": 931564348,
            "stop": 931564349
        },
        {
            "start": 931564371,
            "stop": 931564373
        },
        {
            "start": 931564387,
            "stop": 931564388
        },
        {
            "start": 931564402,
            "stop": 931564409
        },
        {
            "start": 931564416,
            "stop": 931564445
        },
        {
            "start": 931564479,
            "stop": 931564484
        },
        {
            "start": 931564492,
            "stop": 931564508
        },
        {
            "start": 931564543,
            "stop": 931564549
        },
        {
            "start": 931564560,
            "stop": 931564564
        },
        {
            "start": 931564570,
            "stop": 931564572
        },
        {
            "start": 931564579,
            "stop": 931564580
        },
        {
            "start": 931564589,
            "stop": 931564591
        }
    ]
}