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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=149",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 150,
    "results": [
        {
            "start": 818843241,
            "stop": 818843266
        },
        {
            "start": 818843304,
            "stop": 818843310
        },
        {
            "start": 818843627,
            "stop": 818843636
        },
        {
            "start": 818843644,
            "stop": 818843653
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818845244
        },
        {
            "start": 818845252,
            "stop": 818846850
        },
        {
            "start": 818846868,
            "stop": 818847184
        },
        {
            "start": 818847192,
            "stop": 818847598
        },
        {
            "start": 818847605,
            "stop": 818847897
        },
        {
            "start": 818847904,
            "stop": 818847914
        },
        {
            "start": 818847923,
            "stop": 818848239
        },
        {
            "start": 818848247,
            "stop": 818848597
        },
        {
            "start": 818848629,
            "stop": 818848644
        },
        {
            "start": 818848653,
            "stop": 818849159
        },
        {
            "start": 818849167,
            "stop": 818849541
        },
        {
            "start": 818849553,
            "stop": 818849667
        },
        {
            "start": 818849674,
            "stop": 818849703
        },
        {
            "start": 818849711,
            "stop": 818850613
        },
        {
            "start": 818850627,
            "stop": 818851545
        }
    ]
}