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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=330",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 331,
    "results": [
        {
            "start": 818745609,
            "stop": 818745613
        },
        {
            "start": 818746472,
            "stop": 818746475
        },
        {
            "start": 818746549,
            "stop": 818746550
        },
        {
            "start": 818746710,
            "stop": 818746732
        },
        {
            "start": 818746760,
            "stop": 818746773
        },
        {
            "start": 818746900,
            "stop": 818746903
        },
        {
            "start": 818747016,
            "stop": 818747029
        },
        {
            "start": 818747100,
            "stop": 818747125
        },
        {
            "start": 818747165,
            "stop": 818747211
        },
        {
            "start": 818747277,
            "stop": 818747285
        },
        {
            "start": 818747390,
            "stop": 818747414
        },
        {
            "start": 818747434,
            "stop": 818747449
        },
        {
            "start": 818747476,
            "stop": 818747481
        },
        {
            "start": 818747661,
            "stop": 818747685
        },
        {
            "start": 818747722,
            "stop": 818747728
        },
        {
            "start": 818747759,
            "stop": 818747770
        },
        {
            "start": 818747792,
            "stop": 818747912
        },
        {
            "start": 818747996,
            "stop": 818748073
        },
        {
            "start": 818748092,
            "stop": 818748106
        },
        {
            "start": 818748125,
            "stop": 818748130
        }
    ]
}