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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5038",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5039,
    "results": [
        {
            "start": 872641173,
            "stop": 872641177
        },
        {
            "start": 872641213,
            "stop": 872641265
        },
        {
            "start": 872641323,
            "stop": 872641629
        },
        {
            "start": 872641757,
            "stop": 872641774
        },
        {
            "start": 872641853,
            "stop": 872641895
        },
        {
            "start": 872641943,
            "stop": 872642068
        },
        {
            "start": 872642119,
            "stop": 872642153
        },
        {
            "start": 872642190,
            "stop": 872642312
        },
        {
            "start": 872642351,
            "stop": 872642542
        },
        {
            "start": 872644743,
            "stop": 872645218
        },
        {
            "start": 872645253,
            "stop": 872646600
        },
        {
            "start": 872646900,
            "stop": 872646960
        },
        {
            "start": 872647020,
            "stop": 872648054
        },
        {
            "start": 872649060,
            "stop": 872649180
        },
        {
            "start": 872649240,
            "stop": 872649358
        },
        {
            "start": 872649374,
            "stop": 872651826
        },
        {
            "start": 872651843,
            "stop": 872652427
        },
        {
            "start": 872652444,
            "stop": 872654068
        },
        {
            "start": 872654085,
            "stop": 872656178
        },
        {
            "start": 872656196,
            "stop": 872656244
        }
    ]
}