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/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10017
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=10018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10016",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10017,
    "results": [
        {
            "start": 872333992,
            "stop": 872334073
        },
        {
            "start": 872334109,
            "stop": 872334221
        },
        {
            "start": 872334288,
            "stop": 872334322
        },
        {
            "start": 872334358,
            "stop": 872334580
        },
        {
            "start": 872334625,
            "stop": 872334731
        },
        {
            "start": 872334994,
            "stop": 872335459
        },
        {
            "start": 872335476,
            "stop": 872336414
        },
        {
            "start": 872336451,
            "stop": 872336605
        },
        {
            "start": 872336646,
            "stop": 872336706
        },
        {
            "start": 872336744,
            "stop": 872337054
        },
        {
            "start": 872337117,
            "stop": 872337124
        },
        {
            "start": 872337160,
            "stop": 872337376
        },
        {
            "start": 872337412,
            "stop": 872337488
        },
        {
            "start": 872337524,
            "stop": 872337601
        },
        {
            "start": 872337736,
            "stop": 872337829
        },
        {
            "start": 872337873,
            "stop": 872337952
        },
        {
            "start": 872337988,
            "stop": 872338185
        },
        {
            "start": 872338242,
            "stop": 872338700
        },
        {
            "start": 872338736,
            "stop": 872338800
        },
        {
            "start": 872338834,
            "stop": 872338849
        }
    ]
}