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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=333",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 334,
    "results": [
        {
            "start": 823747663,
            "stop": 823748033
        },
        {
            "start": 823748038,
            "stop": 823748183
        },
        {
            "start": 823748188,
            "stop": 823748449
        },
        {
            "start": 823748456,
            "stop": 823749339
        },
        {
            "start": 823749344,
            "stop": 823750916
        },
        {
            "start": 823750921,
            "stop": 823752119
        },
        {
            "start": 823752124,
            "stop": 823754767
        },
        {
            "start": 823754772,
            "stop": 823755136
        },
        {
            "start": 823755141,
            "stop": 823755723
        },
        {
            "start": 823757913,
            "stop": 823758115
        },
        {
            "start": 823758121,
            "stop": 823759156
        },
        {
            "start": 823759162,
            "stop": 823759671
        },
        {
            "start": 823759676,
            "stop": 823760503
        },
        {
            "start": 823760508,
            "stop": 823760568
        },
        {
            "start": 823760573,
            "stop": 823760680
        },
        {
            "start": 823760686,
            "stop": 823760781
        },
        {
            "start": 823760786,
            "stop": 823761339
        },
        {
            "start": 823761344,
            "stop": 823761457
        },
        {
            "start": 823761465,
            "stop": 823762819
        },
        {
            "start": 823762824,
            "stop": 823763035
        }
    ]
}