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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=133",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 134,
    "results": [
        {
            "start": 822375938,
            "stop": 822375998
        },
        {
            "start": 822376201,
            "stop": 822376861
        },
        {
            "start": 822377159,
            "stop": 822377219
        },
        {
            "start": 822377567,
            "stop": 822379547
        },
        {
            "start": 822379843,
            "stop": 822380023
        },
        {
            "start": 822380334,
            "stop": 822381534
        },
        {
            "start": 822382018,
            "stop": 822382318
        },
        {
            "start": 822382564,
            "stop": 822382684
        },
        {
            "start": 822382882,
            "stop": 822383062
        },
        {
            "start": 822383092,
            "stop": 822383842
        },
        {
            "start": 822383992,
            "stop": 822385312
        },
        {
            "start": 822385770,
            "stop": 822386130
        },
        {
            "start": 822386278,
            "stop": 822386518
        },
        {
            "start": 822386668,
            "stop": 822386758
        },
        {
            "start": 822388421,
            "stop": 822388601
        },
        {
            "start": 822388818,
            "stop": 822390438
        },
        {
            "start": 822390617,
            "stop": 822390917
        },
        {
            "start": 822391091,
            "stop": 822391751
        },
        {
            "start": 822391908,
            "stop": 822392208
        },
        {
            "start": 822392366,
            "stop": 822392786
        }
    ]
}