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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=113",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 114,
    "results": [
        {
            "start": 817877056,
            "stop": 817877165
        },
        {
            "start": 817877172,
            "stop": 817877190
        },
        {
            "start": 817877198,
            "stop": 817877272
        },
        {
            "start": 817877280,
            "stop": 817877336
        },
        {
            "start": 817877343,
            "stop": 817877457
        },
        {
            "start": 817877468,
            "stop": 817877476
        },
        {
            "start": 817877483,
            "stop": 817877491
        },
        {
            "start": 817877520,
            "stop": 817877642
        },
        {
            "start": 817877650,
            "stop": 817877666
        },
        {
            "start": 817877683,
            "stop": 817877846
        },
        {
            "start": 817877853,
            "stop": 817877879
        },
        {
            "start": 817877890,
            "stop": 817877979
        },
        {
            "start": 817877987,
            "stop": 817878016
        },
        {
            "start": 817878023,
            "stop": 817878025
        },
        {
            "start": 817878055,
            "stop": 817878194
        },
        {
            "start": 817878203,
            "stop": 817878216
        },
        {
            "start": 817878247,
            "stop": 817878357
        },
        {
            "start": 817878364,
            "stop": 817878548
        },
        {
            "start": 817878557,
            "stop": 817878710
        },
        {
            "start": 817878746,
            "stop": 817878764
        }
    ]
}