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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=413",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 414,
    "results": [
        {
            "start": 821768943,
            "stop": 821768951
        },
        {
            "start": 821768954,
            "stop": 821768956
        },
        {
            "start": 821768960,
            "stop": 821768962
        },
        {
            "start": 821768965,
            "stop": 821768970
        },
        {
            "start": 821768981,
            "stop": 821768991
        },
        {
            "start": 821768994,
            "stop": 821769001
        },
        {
            "start": 821769004,
            "stop": 821769005
        },
        {
            "start": 821769011,
            "stop": 821769015
        },
        {
            "start": 821769018,
            "stop": 821769024
        },
        {
            "start": 821769033,
            "stop": 821769036
        },
        {
            "start": 821769043,
            "stop": 821769045
        },
        {
            "start": 821769049,
            "stop": 821769069
        },
        {
            "start": 821769074,
            "stop": 821769079
        },
        {
            "start": 821769084,
            "stop": 821769090
        },
        {
            "start": 821769093,
            "stop": 821769100
        },
        {
            "start": 821769107,
            "stop": 821769111
        },
        {
            "start": 821769114,
            "stop": 821769121
        },
        {
            "start": 821769129,
            "stop": 821769130
        },
        {
            "start": 821769133,
            "stop": 821769137
        },
        {
            "start": 821769140,
            "stop": 821769163
        }
    ]
}