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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33151",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33152,
    "results": [
        {
            "start": 970602577,
            "stop": 970602579
        },
        {
            "start": 970602581,
            "stop": 970602599
        },
        {
            "start": 970602600,
            "stop": 970602601
        },
        {
            "start": 970602602,
            "stop": 970602604
        },
        {
            "start": 970602607,
            "stop": 970602617
        },
        {
            "start": 970602618,
            "stop": 970602638
        },
        {
            "start": 970602641,
            "stop": 970602651
        },
        {
            "start": 970602654,
            "stop": 970602655
        },
        {
            "start": 970602656,
            "stop": 970602659
        },
        {
            "start": 970602660,
            "stop": 970602681
        },
        {
            "start": 970602683,
            "stop": 970602686
        },
        {
            "start": 970602687,
            "stop": 970602699
        },
        {
            "start": 970602700,
            "stop": 970602707
        },
        {
            "start": 970602708,
            "stop": 970602709
        },
        {
            "start": 970602712,
            "stop": 970602714
        },
        {
            "start": 970602716,
            "stop": 970602718
        },
        {
            "start": 970602721,
            "stop": 970602728
        },
        {
            "start": 970602731,
            "stop": 970602745
        },
        {
            "start": 970602748,
            "stop": 970602751
        },
        {
            "start": 970602754,
            "stop": 970602778
        }
    ]
}