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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14091",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14089",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14090,
    "results": [
        {
            "start": 971158253,
            "stop": 971158264
        },
        {
            "start": 971158266,
            "stop": 971158268
        },
        {
            "start": 971158269,
            "stop": 971158270
        },
        {
            "start": 971158271,
            "stop": 971158274
        },
        {
            "start": 971158277,
            "stop": 971158279
        },
        {
            "start": 971158281,
            "stop": 971158283
        },
        {
            "start": 971158284,
            "stop": 971158287
        },
        {
            "start": 971158288,
            "stop": 971158289
        },
        {
            "start": 971158295,
            "stop": 971158298
        },
        {
            "start": 971158299,
            "stop": 971158300
        },
        {
            "start": 971158302,
            "stop": 971158303
        },
        {
            "start": 971158308,
            "stop": 971158309
        },
        {
            "start": 971158311,
            "stop": 971158312
        },
        {
            "start": 971158314,
            "stop": 971158315
        },
        {
            "start": 971158321,
            "stop": 971158322
        },
        {
            "start": 971158324,
            "stop": 971158332
        },
        {
            "start": 971158333,
            "stop": 971158335
        },
        {
            "start": 971158336,
            "stop": 971158337
        },
        {
            "start": 971158338,
            "stop": 971158340
        },
        {
            "start": 971158342,
            "stop": 971158343
        }
    ]
}