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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=312",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 313,
    "results": [
        {
            "start": 822877048,
            "stop": 822877075
        },
        {
            "start": 822877084,
            "stop": 822877277
        },
        {
            "start": 822877292,
            "stop": 822877347
        },
        {
            "start": 822877355,
            "stop": 822877428
        },
        {
            "start": 822877560,
            "stop": 822877624
        },
        {
            "start": 822877627,
            "stop": 822877718
        },
        {
            "start": 822877722,
            "stop": 822877837
        },
        {
            "start": 822877841,
            "stop": 822877860
        },
        {
            "start": 822878110,
            "stop": 822878433
        },
        {
            "start": 822878440,
            "stop": 822879050
        },
        {
            "start": 822879130,
            "stop": 822879437
        },
        {
            "start": 822879445,
            "stop": 822879650
        },
        {
            "start": 822879730,
            "stop": 822879756
        },
        {
            "start": 822879764,
            "stop": 822879783
        },
        {
            "start": 822879790,
            "stop": 822879856
        },
        {
            "start": 822879864,
            "stop": 822879890
        },
        {
            "start": 822879970,
            "stop": 822880672
        },
        {
            "start": 822880679,
            "stop": 822881019
        },
        {
            "start": 822881026,
            "stop": 822881040
        },
        {
            "start": 822881047,
            "stop": 822881169
        }
    ]
}