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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=588",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 589,
    "results": [
        {
            "start": 835823796,
            "stop": 835848115
        },
        {
            "start": 835849154,
            "stop": 835888247
        },
        {
            "start": 835888719,
            "stop": 835888860
        },
        {
            "start": 835889563,
            "stop": 835894778
        },
        {
            "start": 835897842,
            "stop": 835900453
        },
        {
            "start": 835901426,
            "stop": 835920200
        },
        {
            "start": 835920202,
            "stop": 835953964
        },
        {
            "start": 835955956,
            "stop": 835958666
        },
        {
            "start": 835959741,
            "stop": 835961388
        },
        {
            "start": 835961788,
            "stop": 835965744
        },
        {
            "start": 835965747,
            "stop": 835968995
        },
        {
            "start": 835968996,
            "stop": 835978655
        },
        {
            "start": 835979103,
            "stop": 835983893
        },
        {
            "start": 835984436,
            "stop": 835999727
        },
        {
            "start": 835999731,
            "stop": 835999739
        },
        {
            "start": 835999740,
            "stop": 835999743
        },
        {
            "start": 835999746,
            "stop": 836033503
        },
        {
            "start": 836033504,
            "stop": 836035655
        },
        {
            "start": 836035657,
            "stop": 836039194
        },
        {
            "start": 836039195,
            "stop": 836039424
        }
    ]
}