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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=17",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 18,
    "results": [
        {
            "start": 816314942,
            "stop": 816318253
        },
        {
            "start": 816321073,
            "stop": 816323953
        },
        {
            "start": 816324557,
            "stop": 816324613
        },
        {
            "start": 816325335,
            "stop": 816330433
        },
        {
            "start": 816330886,
            "stop": 816337350
        },
        {
            "start": 816338522,
            "stop": 816338858
        },
        {
            "start": 816338866,
            "stop": 816339496
        },
        {
            "start": 816339525,
            "stop": 816341953
        },
        {
            "start": 816344402,
            "stop": 816348253
        },
        {
            "start": 816349019,
            "stop": 816349165
        },
        {
            "start": 816349173,
            "stop": 816351810
        },
        {
            "start": 816355050,
            "stop": 816356060
        },
        {
            "start": 816356092,
            "stop": 816356310
        },
        {
            "start": 816358110,
            "stop": 816358529
        },
        {
            "start": 816358536,
            "stop": 816358873
        },
        {
            "start": 816358899,
            "stop": 816358900
        },
        {
            "start": 816359384,
            "stop": 816359494
        },
        {
            "start": 816359501,
            "stop": 816359533
        },
        {
            "start": 816362511,
            "stop": 816362530
        },
        {
            "start": 816362546,
            "stop": 816362560
        }
    ]
}