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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29289",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29290,
    "results": [
        {
            "start": 971179811,
            "stop": 971179813
        },
        {
            "start": 971179814,
            "stop": 971179819
        },
        {
            "start": 971179822,
            "stop": 971179825
        },
        {
            "start": 971179826,
            "stop": 971179827
        },
        {
            "start": 971179831,
            "stop": 971179839
        },
        {
            "start": 971179842,
            "stop": 971179852
        },
        {
            "start": 971179854,
            "stop": 971179869
        },
        {
            "start": 971179872,
            "stop": 971179874
        },
        {
            "start": 971179879,
            "stop": 971179880
        },
        {
            "start": 971179881,
            "stop": 971179883
        },
        {
            "start": 971179885,
            "stop": 971179889
        },
        {
            "start": 971179890,
            "stop": 971179894
        },
        {
            "start": 971179896,
            "stop": 971179898
        },
        {
            "start": 971179902,
            "stop": 971179905
        },
        {
            "start": 971179907,
            "stop": 971179916
        },
        {
            "start": 971179923,
            "stop": 971179926
        },
        {
            "start": 971179927,
            "stop": 971179928
        },
        {
            "start": 971179929,
            "stop": 971179930
        },
        {
            "start": 971179932,
            "stop": 971179936
        },
        {
            "start": 971179938,
            "stop": 971179940
        }
    ]
}