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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41019",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41020,
    "results": [
        {
            "start": 875179079,
            "stop": 875179142
        },
        {
            "start": 875179143,
            "stop": 875179148
        },
        {
            "start": 875179149,
            "stop": 875179150
        },
        {
            "start": 875179152,
            "stop": 875179191
        },
        {
            "start": 875179193,
            "stop": 875179223
        },
        {
            "start": 875179224,
            "stop": 875179244
        },
        {
            "start": 875179245,
            "stop": 875179258
        },
        {
            "start": 875179259,
            "stop": 875179261
        },
        {
            "start": 875179262,
            "stop": 875179290
        },
        {
            "start": 875179291,
            "stop": 875179305
        },
        {
            "start": 875179307,
            "stop": 875179341
        },
        {
            "start": 875179342,
            "stop": 875179343
        },
        {
            "start": 875179344,
            "stop": 875179353
        },
        {
            "start": 875179354,
            "stop": 875179398
        },
        {
            "start": 875179399,
            "stop": 875179440
        },
        {
            "start": 875179441,
            "stop": 875179508
        },
        {
            "start": 875179509,
            "stop": 875179562
        },
        {
            "start": 875179564,
            "stop": 875179613
        },
        {
            "start": 875179614,
            "stop": 875179623
        },
        {
            "start": 875179624,
            "stop": 875179625
        }
    ]
}