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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=217",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 218,
    "results": [
        {
            "start": 934174984,
            "stop": 934174988
        },
        {
            "start": 934174991,
            "stop": 934175008
        },
        {
            "start": 934175011,
            "stop": 934175015
        },
        {
            "start": 934175017,
            "stop": 934175032
        },
        {
            "start": 934175036,
            "stop": 934178558
        },
        {
            "start": 934178561,
            "stop": 934178567
        },
        {
            "start": 934178570,
            "stop": 934178584
        },
        {
            "start": 934178586,
            "stop": 934178611
        },
        {
            "start": 934178613,
            "stop": 934178617
        },
        {
            "start": 934178620,
            "stop": 934178634
        },
        {
            "start": 934178638,
            "stop": 934179538
        },
        {
            "start": 934180030,
            "stop": 934182136
        },
        {
            "start": 934182138,
            "stop": 934182159
        },
        {
            "start": 934182161,
            "stop": 934182168
        },
        {
            "start": 934182170,
            "stop": 934182185
        },
        {
            "start": 934182187,
            "stop": 934182192
        },
        {
            "start": 934182195,
            "stop": 934182212
        },
        {
            "start": 934182214,
            "stop": 934182218
        },
        {
            "start": 934182220,
            "stop": 934182235
        },
        {
            "start": 934182239,
            "stop": 934185782
        }
    ]
}