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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 198,
    "results": [
        {
            "start": 931663115,
            "stop": 931663121
        },
        {
            "start": 931663123,
            "stop": 931663125
        },
        {
            "start": 931663128,
            "stop": 931663144
        },
        {
            "start": 931663152,
            "stop": 931663155
        },
        {
            "start": 931663158,
            "stop": 931663164
        },
        {
            "start": 931663167,
            "stop": 931663175
        },
        {
            "start": 931663180,
            "stop": 931663204
        },
        {
            "start": 931663207,
            "stop": 931663223
        },
        {
            "start": 931663226,
            "stop": 931663237
        },
        {
            "start": 931663240,
            "stop": 931663249
        },
        {
            "start": 931663252,
            "stop": 931663255
        },
        {
            "start": 931663258,
            "stop": 931663274
        },
        {
            "start": 931663277,
            "stop": 931663278
        },
        {
            "start": 931663281,
            "stop": 931663284
        },
        {
            "start": 931663287,
            "stop": 931663299
        },
        {
            "start": 931663302,
            "stop": 931663312
        },
        {
            "start": 931663317,
            "stop": 931663325
        },
        {
            "start": 931663328,
            "stop": 931663334
        },
        {
            "start": 931663337,
            "stop": 931663346
        },
        {
            "start": 931663354,
            "stop": 931663357
        }
    ]
}