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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=121",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 122,
    "results": [
        {
            "start": 816763675,
            "stop": 816763699
        },
        {
            "start": 816763706,
            "stop": 816763713
        },
        {
            "start": 816763718,
            "stop": 816763840
        },
        {
            "start": 816763854,
            "stop": 816763857
        },
        {
            "start": 816763878,
            "stop": 816763879
        },
        {
            "start": 816763900,
            "stop": 816763903
        },
        {
            "start": 816763939,
            "stop": 816763941
        },
        {
            "start": 816763946,
            "stop": 816763947
        },
        {
            "start": 816763951,
            "stop": 816763978
        },
        {
            "start": 816763981,
            "stop": 816764010
        },
        {
            "start": 816764014,
            "stop": 816764021
        },
        {
            "start": 816764069,
            "stop": 816764094
        },
        {
            "start": 816764123,
            "stop": 816764302
        },
        {
            "start": 816764339,
            "stop": 816764340
        },
        {
            "start": 816764344,
            "stop": 816764348
        },
        {
            "start": 816764382,
            "stop": 816764383
        },
        {
            "start": 816764390,
            "stop": 816764453
        },
        {
            "start": 816764457,
            "stop": 816764469
        },
        {
            "start": 816764473,
            "stop": 816764483
        },
        {
            "start": 816764488,
            "stop": 816764490
        }
    ]
}