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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=199",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 200,
    "results": [
        {
            "start": 816928578,
            "stop": 816928579
        },
        {
            "start": 816928588,
            "stop": 816928711
        },
        {
            "start": 816928718,
            "stop": 816928760
        },
        {
            "start": 816928766,
            "stop": 816928870
        },
        {
            "start": 816928873,
            "stop": 816928877
        },
        {
            "start": 816928883,
            "stop": 816928890
        },
        {
            "start": 816928895,
            "stop": 816929001
        },
        {
            "start": 816929006,
            "stop": 816929026
        },
        {
            "start": 816929030,
            "stop": 816929032
        },
        {
            "start": 816929035,
            "stop": 816929055
        },
        {
            "start": 816929058,
            "stop": 816929166
        },
        {
            "start": 816929170,
            "stop": 816929178
        },
        {
            "start": 816929182,
            "stop": 816929186
        },
        {
            "start": 816929190,
            "stop": 816929258
        },
        {
            "start": 816929262,
            "stop": 816929266
        },
        {
            "start": 816929276,
            "stop": 816929280
        },
        {
            "start": 816929289,
            "stop": 816929319
        },
        {
            "start": 816929323,
            "stop": 816929369
        },
        {
            "start": 816929373,
            "stop": 816929384
        },
        {
            "start": 816929387,
            "stop": 816929389
        }
    ]
}