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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15931",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15929",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15930,
    "results": [
        {
            "start": 971401971,
            "stop": 971401979
        },
        {
            "start": 971401981,
            "stop": 971402007
        },
        {
            "start": 971402009,
            "stop": 971402017
        },
        {
            "start": 971402018,
            "stop": 971402021
        },
        {
            "start": 971402023,
            "stop": 971402025
        },
        {
            "start": 971402026,
            "stop": 971402057
        },
        {
            "start": 971402059,
            "stop": 971402075
        },
        {
            "start": 971402077,
            "stop": 971402084
        },
        {
            "start": 971402085,
            "stop": 971402087
        },
        {
            "start": 971402088,
            "stop": 971402089
        },
        {
            "start": 971402091,
            "stop": 971402095
        },
        {
            "start": 971402096,
            "stop": 971402102
        },
        {
            "start": 971402104,
            "stop": 971402137
        },
        {
            "start": 971402138,
            "stop": 971402147
        },
        {
            "start": 971402149,
            "stop": 971402153
        },
        {
            "start": 971402156,
            "stop": 971402157
        },
        {
            "start": 971402158,
            "stop": 971402192
        },
        {
            "start": 971402194,
            "stop": 971402215
        },
        {
            "start": 971402217,
            "stop": 971402223
        },
        {
            "start": 971402224,
            "stop": 971402229
        }
    ]
}