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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=320",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 321,
    "results": [
        {
            "start": 931758421,
            "stop": 931758422
        },
        {
            "start": 931758424,
            "stop": 931758436
        },
        {
            "start": 931758438,
            "stop": 931758441
        },
        {
            "start": 931758443,
            "stop": 931758454
        },
        {
            "start": 931758456,
            "stop": 931758466
        },
        {
            "start": 931758468,
            "stop": 931758615
        },
        {
            "start": 931758617,
            "stop": 931758865
        },
        {
            "start": 931758866,
            "stop": 931758868
        },
        {
            "start": 931758869,
            "stop": 931758916
        },
        {
            "start": 931758918,
            "stop": 931759008
        },
        {
            "start": 931759010,
            "stop": 931759028
        },
        {
            "start": 931759029,
            "stop": 931759033
        },
        {
            "start": 931759035,
            "stop": 931759046
        },
        {
            "start": 931759048,
            "stop": 931759084
        },
        {
            "start": 931759086,
            "stop": 931759116
        },
        {
            "start": 931759118,
            "stop": 931759215
        },
        {
            "start": 931759575,
            "stop": 931759596
        },
        {
            "start": 931759597,
            "stop": 931759624
        },
        {
            "start": 931759625,
            "stop": 931759672
        },
        {
            "start": 931759675,
            "stop": 931759849
        }
    ]
}