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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=406",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 407,
    "results": [
        {
            "start": 826478470,
            "stop": 826478620
        },
        {
            "start": 826481668,
            "stop": 826482464
        },
        {
            "start": 826482645,
            "stop": 826483304
        },
        {
            "start": 826483485,
            "stop": 826484630
        },
        {
            "start": 826484710,
            "stop": 826486910
        },
        {
            "start": 826487050,
            "stop": 826487700
        },
        {
            "start": 826487760,
            "stop": 826488710
        },
        {
            "start": 826488790,
            "stop": 826489453
        },
        {
            "start": 826491598,
            "stop": 826495610
        },
        {
            "start": 826495750,
            "stop": 826497013
        },
        {
            "start": 826497633,
            "stop": 826501250
        },
        {
            "start": 826501330,
            "stop": 826502990
        },
        {
            "start": 826503070,
            "stop": 826507289
        },
        {
            "start": 826507602,
            "stop": 826528433
        },
        {
            "start": 826528440,
            "stop": 826537964
        },
        {
            "start": 826538145,
            "stop": 826547953
        },
        {
            "start": 826553416,
            "stop": 826553570
        },
        {
            "start": 826553650,
            "stop": 826554047
        },
        {
            "start": 826564401,
            "stop": 826564500
        },
        {
            "start": 826564560,
            "stop": 826564573
        }
    ]
}