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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=200",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 201,
    "results": [
        {
            "start": 820237913,
            "stop": 820238118
        },
        {
            "start": 820238125,
            "stop": 820238715
        },
        {
            "start": 820238722,
            "stop": 820238897
        },
        {
            "start": 820238898,
            "stop": 820239119
        },
        {
            "start": 820239127,
            "stop": 820239337
        },
        {
            "start": 820239344,
            "stop": 820239351
        },
        {
            "start": 820239358,
            "stop": 820239369
        },
        {
            "start": 820239376,
            "stop": 820239385
        },
        {
            "start": 820239392,
            "stop": 820239473
        },
        {
            "start": 820239486,
            "stop": 820239711
        },
        {
            "start": 820239718,
            "stop": 820240395
        },
        {
            "start": 820240403,
            "stop": 820240787
        },
        {
            "start": 820240794,
            "stop": 820241511
        },
        {
            "start": 820241519,
            "stop": 820242116
        },
        {
            "start": 820242124,
            "stop": 820242378
        },
        {
            "start": 820242385,
            "stop": 820242737
        },
        {
            "start": 820242744,
            "stop": 820242870
        },
        {
            "start": 820242877,
            "stop": 820243237
        },
        {
            "start": 820243244,
            "stop": 820243714
        },
        {
            "start": 820243721,
            "stop": 820243819
        }
    ]
}