Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=82
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=81",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 82,
    "results": [
        {
            "start": 817723283,
            "stop": 817723436
        },
        {
            "start": 817723466,
            "stop": 817723823
        },
        {
            "start": 817723852,
            "stop": 817723956
        },
        {
            "start": 817724004,
            "stop": 817724021
        },
        {
            "start": 817724052,
            "stop": 817724537
        },
        {
            "start": 817724566,
            "stop": 817724700
        },
        {
            "start": 817724729,
            "stop": 817724740
        },
        {
            "start": 817724789,
            "stop": 817724874
        },
        {
            "start": 817724935,
            "stop": 817725197
        },
        {
            "start": 817725260,
            "stop": 817725325
        },
        {
            "start": 817725358,
            "stop": 817725841
        },
        {
            "start": 817725881,
            "stop": 817725901
        },
        {
            "start": 817725946,
            "stop": 817725996
        },
        {
            "start": 817726037,
            "stop": 817726457
        },
        {
            "start": 817726491,
            "stop": 817726626
        },
        {
            "start": 817726656,
            "stop": 817726670
        },
        {
            "start": 817726739,
            "stop": 817726750
        },
        {
            "start": 817726779,
            "stop": 817727652
        },
        {
            "start": 817727681,
            "stop": 817727697
        },
        {
            "start": 817727754,
            "stop": 817729540
        }
    ]
}