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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=159",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 160,
    "results": [
        {
            "start": 840932218,
            "stop": 840932233
        },
        {
            "start": 840932234,
            "stop": 840932251
        },
        {
            "start": 840932253,
            "stop": 840932398
        },
        {
            "start": 840932406,
            "stop": 840932661
        },
        {
            "start": 840935484,
            "stop": 840940792
        },
        {
            "start": 840942041,
            "stop": 840942752
        },
        {
            "start": 840944059,
            "stop": 840944953
        },
        {
            "start": 840948127,
            "stop": 840963766
        },
        {
            "start": 840967191,
            "stop": 840967212
        },
        {
            "start": 840967298,
            "stop": 840991717
        },
        {
            "start": 840991719,
            "stop": 840993471
        },
        {
            "start": 840993478,
            "stop": 840993482
        },
        {
            "start": 840993484,
            "stop": 840993812
        },
        {
            "start": 840994414,
            "stop": 840996055
        },
        {
            "start": 840997927,
            "stop": 841006661
        },
        {
            "start": 841006829,
            "stop": 841006953
        },
        {
            "start": 841006954,
            "stop": 841012485
        },
        {
            "start": 841012486,
            "stop": 841019205
        },
        {
            "start": 841020466,
            "stop": 841020854
        },
        {
            "start": 841022207,
            "stop": 841025197
        }
    ]
}