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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16752",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16753,
    "results": [
        {
            "start": 875092938,
            "stop": 875092952
        },
        {
            "start": 875092954,
            "stop": 875092980
        },
        {
            "start": 875092981,
            "stop": 875093018
        },
        {
            "start": 875093020,
            "stop": 875093021
        },
        {
            "start": 875093023,
            "stop": 875093029
        },
        {
            "start": 875093030,
            "stop": 875093053
        },
        {
            "start": 875093054,
            "stop": 875093160
        },
        {
            "start": 875093162,
            "stop": 875093177
        },
        {
            "start": 875093178,
            "stop": 875093182
        },
        {
            "start": 875093184,
            "stop": 875093191
        },
        {
            "start": 875093192,
            "stop": 875093193
        },
        {
            "start": 875093194,
            "stop": 875093196
        },
        {
            "start": 875093197,
            "stop": 875093332
        },
        {
            "start": 875093333,
            "stop": 875093350
        },
        {
            "start": 875093353,
            "stop": 875093571
        },
        {
            "start": 875093575,
            "stop": 875093802
        },
        {
            "start": 875093803,
            "stop": 875093804
        },
        {
            "start": 875093806,
            "stop": 875093913
        },
        {
            "start": 875093916,
            "stop": 875093928
        },
        {
            "start": 875093929,
            "stop": 875093982
        }
    ]
}