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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=164",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 165,
    "results": [
        {
            "start": 820163204,
            "stop": 820163784
        },
        {
            "start": 820163791,
            "stop": 820164372
        },
        {
            "start": 820164379,
            "stop": 820164766
        },
        {
            "start": 820164773,
            "stop": 820165131
        },
        {
            "start": 820165144,
            "stop": 820165175
        },
        {
            "start": 820165182,
            "stop": 820165568
        },
        {
            "start": 820165575,
            "stop": 820165787
        },
        {
            "start": 820165794,
            "stop": 820166355
        },
        {
            "start": 820166362,
            "stop": 820166520
        },
        {
            "start": 820166528,
            "stop": 820167517
        },
        {
            "start": 820167524,
            "stop": 820167639
        },
        {
            "start": 820167646,
            "stop": 820167923
        },
        {
            "start": 820167930,
            "stop": 820168121
        },
        {
            "start": 820168129,
            "stop": 820168528
        },
        {
            "start": 820168536,
            "stop": 820168762
        },
        {
            "start": 820168769,
            "stop": 820168893
        },
        {
            "start": 820168900,
            "stop": 820169022
        },
        {
            "start": 820169029,
            "stop": 820169695
        },
        {
            "start": 820169702,
            "stop": 820169789
        },
        {
            "start": 820169796,
            "stop": 820170019
        }
    ]
}