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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=28",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 29,
    "results": [
        {
            "start": 816303847,
            "stop": 816303859
        },
        {
            "start": 816303892,
            "stop": 816303894
        },
        {
            "start": 816303904,
            "stop": 816303905
        },
        {
            "start": 816303921,
            "stop": 816303922
        },
        {
            "start": 816303929,
            "stop": 816303968
        },
        {
            "start": 816303974,
            "stop": 816303975
        },
        {
            "start": 816303982,
            "stop": 816304017
        },
        {
            "start": 816304022,
            "stop": 816304025
        },
        {
            "start": 816304032,
            "stop": 816304033
        },
        {
            "start": 816304057,
            "stop": 816304058
        },
        {
            "start": 816304064,
            "stop": 816304075
        },
        {
            "start": 816304078,
            "stop": 816304127
        },
        {
            "start": 816304133,
            "stop": 816304135
        },
        {
            "start": 816304141,
            "stop": 816304144
        },
        {
            "start": 816304149,
            "stop": 816304151
        },
        {
            "start": 816304155,
            "stop": 816304250
        },
        {
            "start": 816304257,
            "stop": 816304258
        },
        {
            "start": 816304264,
            "stop": 816304377
        },
        {
            "start": 816304381,
            "stop": 816304485
        },
        {
            "start": 816304492,
            "stop": 816304514
        }
    ]
}