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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10303",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10304,
    "results": [
        {
            "start": 875216400,
            "stop": 875216460
        },
        {
            "start": 875216520,
            "stop": 875216640
        },
        {
            "start": 875216700,
            "stop": 875216756
        },
        {
            "start": 875216763,
            "stop": 875216820
        },
        {
            "start": 875216880,
            "stop": 875216940
        },
        {
            "start": 875217060,
            "stop": 875217360
        },
        {
            "start": 875217420,
            "stop": 875218380
        },
        {
            "start": 875218440,
            "stop": 875218500
        },
        {
            "start": 875218560,
            "stop": 875218680
        },
        {
            "start": 875218740,
            "stop": 875219280
        },
        {
            "start": 875219340,
            "stop": 875219404
        },
        {
            "start": 875219411,
            "stop": 875220115
        },
        {
            "start": 875220151,
            "stop": 875220420
        },
        {
            "start": 875220480,
            "stop": 875220511
        },
        {
            "start": 875220518,
            "stop": 875220540
        },
        {
            "start": 875220780,
            "stop": 875220917
        },
        {
            "start": 875220924,
            "stop": 875220960
        },
        {
            "start": 875221200,
            "stop": 875221260
        },
        {
            "start": 875221320,
            "stop": 875221620
        },
        {
            "start": 875221740,
            "stop": 875222040
        }
    ]
}