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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=103",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 104,
    "results": [
        {
            "start": 829689271,
            "stop": 829693213
        },
        {
            "start": 829693872,
            "stop": 829694783
        },
        {
            "start": 829695141,
            "stop": 829704673
        },
        {
            "start": 829704717,
            "stop": 829704718
        },
        {
            "start": 829704853,
            "stop": 829727953
        },
        {
            "start": 829733853,
            "stop": 829736345
        },
        {
            "start": 829736917,
            "stop": 829753393
        },
        {
            "start": 829753434,
            "stop": 829753436
        },
        {
            "start": 829753549,
            "stop": 829754816
        },
        {
            "start": 829756027,
            "stop": 829763474
        },
        {
            "start": 829766576,
            "stop": 829788193
        },
        {
            "start": 829788230,
            "stop": 829788232
        },
        {
            "start": 829788493,
            "stop": 829795148
        },
        {
            "start": 829797120,
            "stop": 829809493
        },
        {
            "start": 829809514,
            "stop": 829809515
        },
        {
            "start": 829812363,
            "stop": 829813153
        },
        {
            "start": 829813159,
            "stop": 829813160
        },
        {
            "start": 829816650,
            "stop": 829824954
        },
        {
            "start": 829828433,
            "stop": 829835888
        },
        {
            "start": 829838131,
            "stop": 829849033
        }
    ]
}