Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5229
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5228",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5229,
    "results": [
        {
            "start": 970006367,
            "stop": 970006552
        },
        {
            "start": 970006555,
            "stop": 970006779
        },
        {
            "start": 970006782,
            "stop": 970006946
        },
        {
            "start": 970006949,
            "stop": 970007173
        },
        {
            "start": 970007176,
            "stop": 970007704
        },
        {
            "start": 970007707,
            "stop": 970007792
        },
        {
            "start": 970007795,
            "stop": 970007876
        },
        {
            "start": 970007879,
            "stop": 970007896
        },
        {
            "start": 970007899,
            "stop": 970007924
        },
        {
            "start": 970007927,
            "stop": 970008099
        },
        {
            "start": 970008102,
            "stop": 970008116
        },
        {
            "start": 970008119,
            "stop": 970008186
        },
        {
            "start": 970008189,
            "stop": 970008206
        },
        {
            "start": 970008209,
            "stop": 970008236
        },
        {
            "start": 970009763,
            "stop": 970009862
        },
        {
            "start": 970009865,
            "stop": 970010062
        },
        {
            "start": 970013215,
            "stop": 970013253
        },
        {
            "start": 970013256,
            "stop": 970013393
        },
        {
            "start": 970013396,
            "stop": 970013649
        },
        {
            "start": 970013652,
            "stop": 970013674
        }
    ]
}