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_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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 201,
    "results": [
        {
            "start": 931466333,
            "stop": 931466348
        },
        {
            "start": 931466349,
            "stop": 931466360
        },
        {
            "start": 931466361,
            "stop": 931466375
        },
        {
            "start": 931466376,
            "stop": 931466504
        },
        {
            "start": 931466506,
            "stop": 931466526
        },
        {
            "start": 931466529,
            "stop": 931466575
        },
        {
            "start": 931466577,
            "stop": 931466583
        },
        {
            "start": 931466587,
            "stop": 931466590
        },
        {
            "start": 931466593,
            "stop": 931466696
        },
        {
            "start": 931466698,
            "stop": 931466709
        },
        {
            "start": 931466712,
            "stop": 931466731
        },
        {
            "start": 931466733,
            "stop": 931466743
        },
        {
            "start": 931466744,
            "stop": 931466756
        },
        {
            "start": 931466759,
            "stop": 931466889
        },
        {
            "start": 931466891,
            "stop": 931466892
        },
        {
            "start": 931466893,
            "stop": 931466931
        },
        {
            "start": 931466933,
            "stop": 931466965
        },
        {
            "start": 931466966,
            "stop": 931467132
        },
        {
            "start": 931467133,
            "stop": 931467139
        },
        {
            "start": 931467141,
            "stop": 931467154
        }
    ]
}