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=4725
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=4726",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4724",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4725,
    "results": [
        {
            "start": 970034385,
            "stop": 970034422
        },
        {
            "start": 970034425,
            "stop": 970034431
        },
        {
            "start": 970034434,
            "stop": 970034475
        },
        {
            "start": 970034478,
            "stop": 970034541
        },
        {
            "start": 970034544,
            "stop": 970034581
        },
        {
            "start": 970034584,
            "stop": 970034959
        },
        {
            "start": 970034962,
            "stop": 970035156
        },
        {
            "start": 970035173,
            "stop": 970035214
        },
        {
            "start": 970035217,
            "stop": 970035279
        },
        {
            "start": 970035282,
            "stop": 970035414
        },
        {
            "start": 970035417,
            "stop": 970035590
        },
        {
            "start": 970037056,
            "stop": 970037162
        },
        {
            "start": 970037165,
            "stop": 970037174
        },
        {
            "start": 970037177,
            "stop": 970037206
        },
        {
            "start": 970037209,
            "stop": 970037283
        },
        {
            "start": 970037286,
            "stop": 970037341
        },
        {
            "start": 970037344,
            "stop": 970037375
        },
        {
            "start": 970037378,
            "stop": 970037437
        },
        {
            "start": 970037440,
            "stop": 970037515
        },
        {
            "start": 970039388,
            "stop": 970039423
        }
    ]
}