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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=13",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 14,
    "results": [
        {
            "start": 818618136,
            "stop": 818621233
        },
        {
            "start": 818621933,
            "stop": 818623787
        },
        {
            "start": 818624315,
            "stop": 818624473
        },
        {
            "start": 818625923,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818634013
        },
        {
            "start": 818634525,
            "stop": 818637656
        },
        {
            "start": 818638317,
            "stop": 818639053
        },
        {
            "start": 818639066,
            "stop": 818639067
        },
        {
            "start": 818639187,
            "stop": 818639523
        },
        {
            "start": 818639658,
            "stop": 818640005
        },
        {
            "start": 818640140,
            "stop": 818641013
        },
        {
            "start": 818641612,
            "stop": 818642833
        },
        {
            "start": 818642939,
            "stop": 818643213
        },
        {
            "start": 818643297,
            "stop": 818643431
        },
        {
            "start": 818644738,
            "stop": 818645653
        },
        {
            "start": 818645686,
            "stop": 818645688
        },
        {
            "start": 818645766,
            "stop": 818645799
        },
        {
            "start": 818645858,
            "stop": 818646373
        },
        {
            "start": 818646380,
            "stop": 818646383
        },
        {
            "start": 818646442,
            "stop": 818647033
        }
    ]
}