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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=72",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 73,
    "results": [
        {
            "start": 816486806,
            "stop": 816486815
        },
        {
            "start": 816486825,
            "stop": 816486826
        },
        {
            "start": 816486855,
            "stop": 816487003
        },
        {
            "start": 816487012,
            "stop": 816487166
        },
        {
            "start": 816487199,
            "stop": 816487441
        },
        {
            "start": 816487445,
            "stop": 816487483
        },
        {
            "start": 816487489,
            "stop": 816487503
        },
        {
            "start": 816487512,
            "stop": 816487667
        },
        {
            "start": 816487670,
            "stop": 816487696
        },
        {
            "start": 816487751,
            "stop": 816487762
        },
        {
            "start": 816487822,
            "stop": 816487876
        },
        {
            "start": 816487928,
            "stop": 816487954
        },
        {
            "start": 816487984,
            "stop": 816487993
        },
        {
            "start": 816488022,
            "stop": 816488042
        },
        {
            "start": 816488071,
            "stop": 816488076
        },
        {
            "start": 816488259,
            "stop": 816488279
        },
        {
            "start": 816488286,
            "stop": 816488378
        },
        {
            "start": 816488382,
            "stop": 816488383
        },
        {
            "start": 816488389,
            "stop": 816488392
        },
        {
            "start": 816488395,
            "stop": 816488413
        }
    ]
}