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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4710",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4708",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4709,
    "results": [
        {
            "start": 969977721,
            "stop": 969977818
        },
        {
            "start": 969977821,
            "stop": 969977956
        },
        {
            "start": 969977959,
            "stop": 969977961
        },
        {
            "start": 969977964,
            "stop": 969977997
        },
        {
            "start": 969978000,
            "stop": 969978008
        },
        {
            "start": 969978012,
            "stop": 969978021
        },
        {
            "start": 969978024,
            "stop": 969978062
        },
        {
            "start": 969978065,
            "stop": 969978179
        },
        {
            "start": 969978182,
            "stop": 969978284
        },
        {
            "start": 969978287,
            "stop": 969978312
        },
        {
            "start": 969978315,
            "stop": 969978346
        },
        {
            "start": 969978349,
            "stop": 969978355
        },
        {
            "start": 969978358,
            "stop": 969978364
        },
        {
            "start": 969978367,
            "stop": 969978449
        },
        {
            "start": 969978453,
            "stop": 969978540
        },
        {
            "start": 969978543,
            "stop": 969978593
        },
        {
            "start": 969978596,
            "stop": 969978639
        },
        {
            "start": 969978642,
            "stop": 969978717
        },
        {
            "start": 969978720,
            "stop": 969978747
        },
        {
            "start": 969978750,
            "stop": 969978754
        }
    ]
}