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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 147,
    "results": [
        {
            "start": 1126663951,
            "stop": 1126664013
        },
        {
            "start": 1126664014,
            "stop": 1126664086
        },
        {
            "start": 1126664087,
            "stop": 1126664088
        },
        {
            "start": 1126664089,
            "stop": 1126664093
        },
        {
            "start": 1126664094,
            "stop": 1126664126
        },
        {
            "start": 1126664128,
            "stop": 1126664138
        },
        {
            "start": 1126664140,
            "stop": 1126664142
        },
        {
            "start": 1126664144,
            "stop": 1126664148
        },
        {
            "start": 1126664149,
            "stop": 1126664150
        },
        {
            "start": 1126664152,
            "stop": 1126664165
        },
        {
            "start": 1126664166,
            "stop": 1126664171
        },
        {
            "start": 1126664174,
            "stop": 1126664176
        },
        {
            "start": 1126664178,
            "stop": 1126664179
        },
        {
            "start": 1126664180,
            "stop": 1126664183
        },
        {
            "start": 1126664184,
            "stop": 1126664185
        },
        {
            "start": 1126664187,
            "stop": 1126664188
        },
        {
            "start": 1126664189,
            "stop": 1126664192
        },
        {
            "start": 1126664194,
            "stop": 1126664197
        },
        {
            "start": 1126664198,
            "stop": 1126664201
        },
        {
            "start": 1126664204,
            "stop": 1126664207
        }
    ]
}