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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=326",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 327,
    "results": [
        {
            "start": 821386484,
            "stop": 821386550
        },
        {
            "start": 821386553,
            "stop": 821386586
        },
        {
            "start": 821386589,
            "stop": 821386644
        },
        {
            "start": 821386647,
            "stop": 821386682
        },
        {
            "start": 821386685,
            "stop": 821386688
        },
        {
            "start": 821386691,
            "stop": 821386740
        },
        {
            "start": 821386743,
            "stop": 821386751
        },
        {
            "start": 821386754,
            "stop": 821387050
        },
        {
            "start": 821387053,
            "stop": 821388460
        },
        {
            "start": 821388463,
            "stop": 821388560
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821393067
        },
        {
            "start": 821393070,
            "stop": 821393192
        },
        {
            "start": 821393195,
            "stop": 821393965
        },
        {
            "start": 821393968,
            "stop": 821394956
        },
        {
            "start": 821394959,
            "stop": 821397165
        },
        {
            "start": 821397169,
            "stop": 821398881
        },
        {
            "start": 821398884,
            "stop": 821400126
        },
        {
            "start": 821400129,
            "stop": 821400150
        },
        {
            "start": 821400153,
            "stop": 821400418
        }
    ]
}