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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 91,
    "results": [
        {
            "start": 931506983,
            "stop": 931506989
        },
        {
            "start": 931506992,
            "stop": 931506997
        },
        {
            "start": 931507007,
            "stop": 931507013
        },
        {
            "start": 931507023,
            "stop": 931507026
        },
        {
            "start": 931507034,
            "stop": 931507042
        },
        {
            "start": 931507044,
            "stop": 931507058
        },
        {
            "start": 931507061,
            "stop": 931507064
        },
        {
            "start": 931507069,
            "stop": 931507078
        },
        {
            "start": 931507081,
            "stop": 931507095
        },
        {
            "start": 931507098,
            "stop": 931507112
        },
        {
            "start": 931507115,
            "stop": 931507127
        },
        {
            "start": 931507135,
            "stop": 931507144
        },
        {
            "start": 931507146,
            "stop": 931507147
        },
        {
            "start": 931507150,
            "stop": 931507154
        },
        {
            "start": 931507157,
            "stop": 931507163
        },
        {
            "start": 931507167,
            "stop": 931507169
        },
        {
            "start": 931507172,
            "stop": 931507176
        },
        {
            "start": 931507179,
            "stop": 931507187
        },
        {
            "start": 931507190,
            "stop": 931507199
        },
        {
            "start": 931507202,
            "stop": 931507204
        }
    ]
}