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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 207,
    "results": [
        {
            "start": 931487126,
            "stop": 931487132
        },
        {
            "start": 931487133,
            "stop": 931487134
        },
        {
            "start": 931487136,
            "stop": 931487144
        },
        {
            "start": 931487146,
            "stop": 931487147
        },
        {
            "start": 931487149,
            "stop": 931487168
        },
        {
            "start": 931487170,
            "stop": 931487172
        },
        {
            "start": 931487173,
            "stop": 931487232
        },
        {
            "start": 931487233,
            "stop": 931487241
        },
        {
            "start": 931487243,
            "stop": 931487249
        },
        {
            "start": 931487251,
            "stop": 931487260
        },
        {
            "start": 931487262,
            "stop": 931487299
        },
        {
            "start": 931487301,
            "stop": 931487304
        },
        {
            "start": 931487306,
            "stop": 931487321
        },
        {
            "start": 931487323,
            "stop": 931487327
        },
        {
            "start": 931487329,
            "stop": 931487330
        },
        {
            "start": 931487332,
            "stop": 931487334
        },
        {
            "start": 931487336,
            "stop": 931487355
        },
        {
            "start": 931487356,
            "stop": 931487362
        },
        {
            "start": 931487364,
            "stop": 931487365
        },
        {
            "start": 931487366,
            "stop": 931487374
        }
    ]
}