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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=133",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 134,
    "results": [
        {
            "start": 931129662,
            "stop": 931129680
        },
        {
            "start": 931129682,
            "stop": 931129684
        },
        {
            "start": 931129685,
            "stop": 931129693
        },
        {
            "start": 931129695,
            "stop": 931129696
        },
        {
            "start": 931129697,
            "stop": 931129706
        },
        {
            "start": 931129708,
            "stop": 931129736
        },
        {
            "start": 931129737,
            "stop": 931129764
        },
        {
            "start": 931129765,
            "stop": 931129766
        },
        {
            "start": 931129768,
            "stop": 931129778
        },
        {
            "start": 931129779,
            "stop": 931129782
        },
        {
            "start": 931129783,
            "stop": 931129788
        },
        {
            "start": 931129789,
            "stop": 931129793
        },
        {
            "start": 931129794,
            "stop": 931129805
        },
        {
            "start": 931129807,
            "stop": 931129814
        },
        {
            "start": 931129815,
            "stop": 931129877
        },
        {
            "start": 931129879,
            "stop": 931129889
        },
        {
            "start": 931129890,
            "stop": 931129893
        },
        {
            "start": 931129894,
            "stop": 931129897
        },
        {
            "start": 931129898,
            "stop": 931129924
        },
        {
            "start": 931129928,
            "stop": 931129931
        }
    ]
}