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=743
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=744",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=742",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 743,
    "results": [
        {
            "start": 953628805,
            "stop": 953628864
        },
        {
            "start": 953628870,
            "stop": 953628894
        },
        {
            "start": 953628900,
            "stop": 953629016
        },
        {
            "start": 953629022,
            "stop": 953629117
        },
        {
            "start": 953629123,
            "stop": 953629125
        },
        {
            "start": 953629132,
            "stop": 953629206
        },
        {
            "start": 953629212,
            "stop": 953629239
        },
        {
            "start": 953629245,
            "stop": 953629263
        },
        {
            "start": 953629269,
            "stop": 953629522
        },
        {
            "start": 953629528,
            "stop": 953629576
        },
        {
            "start": 953629582,
            "stop": 953630137
        },
        {
            "start": 953632591,
            "stop": 953633820
        },
        {
            "start": 953635528,
            "stop": 953641566
        },
        {
            "start": 953647123,
            "stop": 953653796
        },
        {
            "start": 953657763,
            "stop": 953662817
        },
        {
            "start": 953663486,
            "stop": 953685424
        },
        {
            "start": 953685429,
            "stop": 953733848
        },
        {
            "start": 953733854,
            "stop": 953736285
        },
        {
            "start": 953737649,
            "stop": 953743987
        },
        {
            "start": 953744322,
            "stop": 953747558
        }
    ]
}