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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=227",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 228,
    "results": [
        {
            "start": 931460379,
            "stop": 931460386
        },
        {
            "start": 931460388,
            "stop": 931460389
        },
        {
            "start": 931460391,
            "stop": 931460394
        },
        {
            "start": 931460395,
            "stop": 931460396
        },
        {
            "start": 931460400,
            "stop": 931460409
        },
        {
            "start": 931460413,
            "stop": 931460420
        },
        {
            "start": 931460422,
            "stop": 931460472
        },
        {
            "start": 931460475,
            "stop": 931460476
        },
        {
            "start": 931460478,
            "stop": 931460479
        },
        {
            "start": 931460481,
            "stop": 931460489
        },
        {
            "start": 931460493,
            "stop": 931460494
        },
        {
            "start": 931460496,
            "stop": 931460498
        },
        {
            "start": 931460501,
            "stop": 931460512
        },
        {
            "start": 931460517,
            "stop": 931460518
        },
        {
            "start": 931460520,
            "stop": 931460525
        },
        {
            "start": 931460528,
            "stop": 931460532
        },
        {
            "start": 931460533,
            "stop": 931460534
        },
        {
            "start": 931460536,
            "stop": 931460538
        },
        {
            "start": 931460540,
            "stop": 931460551
        },
        {
            "start": 931460555,
            "stop": 931460558
        }
    ]
}