Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 58,
    "results": [
        {
            "start": 1238750464,
            "stop": 1238750762
        },
        {
            "start": 1238750765,
            "stop": 1238755982
        },
        {
            "start": 1238755985,
            "stop": 1238756729
        },
        {
            "start": 1238756730,
            "stop": 1238756885
        },
        {
            "start": 1238756888,
            "stop": 1238756946
        },
        {
            "start": 1238756948,
            "stop": 1238758088
        },
        {
            "start": 1238758091,
            "stop": 1238758131
        },
        {
            "start": 1238758132,
            "stop": 1238758204
        },
        {
            "start": 1238758276,
            "stop": 1238758489
        },
        {
            "start": 1238758492,
            "stop": 1238758772
        },
        {
            "start": 1238758773,
            "stop": 1238765877
        },
        {
            "start": 1238765880,
            "stop": 1238765971
        },
        {
            "start": 1238765974,
            "stop": 1238766145
        },
        {
            "start": 1238766147,
            "stop": 1238766197
        },
        {
            "start": 1238766199,
            "stop": 1238766422
        },
        {
            "start": 1238766426,
            "stop": 1238766430
        },
        {
            "start": 1238766431,
            "stop": 1238766471
        },
        {
            "start": 1238766473,
            "stop": 1238766476
        },
        {
            "start": 1238766477,
            "stop": 1238766483
        },
        {
            "start": 1238766485,
            "stop": 1238766634
        }
    ]
}