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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=103",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 104,
    "results": [
        {
            "start": 829844434,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829860159
        },
        {
            "start": 829863585,
            "stop": 829886910
        },
        {
            "start": 829887210,
            "stop": 829887216
        },
        {
            "start": 829887326,
            "stop": 829888143
        },
        {
            "start": 829888443,
            "stop": 829890230
        },
        {
            "start": 829891799,
            "stop": 829893910
        },
        {
            "start": 829894020,
            "stop": 829895412
        },
        {
            "start": 829895712,
            "stop": 829928501
        },
        {
            "start": 829928801,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937509
        },
        {
            "start": 829939401,
            "stop": 829942001
        },
        {
            "start": 829942301,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829948434
        },
        {
            "start": 829952725,
            "stop": 829952937
        },
        {
            "start": 829953004,
            "stop": 829955135
        },
        {
            "start": 829955361,
            "stop": 829956072
        },
        {
            "start": 829956182,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829958067
        },
        {
            "start": 829958367,
            "stop": 829981827
        }
    ]
}