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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=133",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 134,
    "results": [
        {
            "start": 833890790,
            "stop": 833890791
        },
        {
            "start": 833891833,
            "stop": 833895492
        },
        {
            "start": 833903926,
            "stop": 833915413
        },
        {
            "start": 833915449,
            "stop": 833915451
        },
        {
            "start": 833915538,
            "stop": 833917273
        },
        {
            "start": 833919447,
            "stop": 833948893
        },
        {
            "start": 833949892,
            "stop": 833955373
        },
        {
            "start": 833959244,
            "stop": 833959976
        },
        {
            "start": 833961413,
            "stop": 833974393
        },
        {
            "start": 833974397,
            "stop": 833974399
        },
        {
            "start": 833974563,
            "stop": 833979853
        },
        {
            "start": 833979880,
            "stop": 833979881
        },
        {
            "start": 833980269,
            "stop": 833985013
        },
        {
            "start": 833985037,
            "stop": 833985038
        },
        {
            "start": 833985913,
            "stop": 833999893
        },
        {
            "start": 833999904,
            "stop": 833999906
        },
        {
            "start": 834000073,
            "stop": 834000733
        },
        {
            "start": 834000756,
            "stop": 834000758
        },
        {
            "start": 834000906,
            "stop": 834000909
        },
        {
            "start": 834001145,
            "stop": 834001177
        }
    ]
}