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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=163",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 164,
    "results": [
        {
            "start": 837828272,
            "stop": 837838093
        },
        {
            "start": 837838889,
            "stop": 837844273
        },
        {
            "start": 837844282,
            "stop": 837844283
        },
        {
            "start": 837845370,
            "stop": 837869113
        },
        {
            "start": 837869158,
            "stop": 837869160
        },
        {
            "start": 837869233,
            "stop": 837870319
        },
        {
            "start": 837870365,
            "stop": 837871531
        },
        {
            "start": 837910416,
            "stop": 837911893
        },
        {
            "start": 837911915,
            "stop": 837911917
        },
        {
            "start": 837911973,
            "stop": 837912917
        },
        {
            "start": 837913093,
            "stop": 837914327
        },
        {
            "start": 837914476,
            "stop": 837921458
        },
        {
            "start": 837921582,
            "stop": 837921733
        },
        {
            "start": 837921765,
            "stop": 837921766
        },
        {
            "start": 837923273,
            "stop": 837923414
        },
        {
            "start": 837923978,
            "stop": 837927373
        },
        {
            "start": 837927376,
            "stop": 837927378
        },
        {
            "start": 837927433,
            "stop": 837927633
        },
        {
            "start": 837927889,
            "stop": 837935699
        },
        {
            "start": 837938734,
            "stop": 837955093
        }
    ]
}