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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=540",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 541,
    "results": [
        {
            "start": 1184934732,
            "stop": 1184934918
        },
        {
            "start": 1184934926,
            "stop": 1184935144
        },
        {
            "start": 1184935147,
            "stop": 1184935365
        },
        {
            "start": 1184935371,
            "stop": 1184935372
        },
        {
            "start": 1184935374,
            "stop": 1184935404
        },
        {
            "start": 1184935406,
            "stop": 1184935407
        },
        {
            "start": 1184935409,
            "stop": 1184935410
        },
        {
            "start": 1184935412,
            "stop": 1184935471
        },
        {
            "start": 1184935473,
            "stop": 1184936015
        },
        {
            "start": 1184936020,
            "stop": 1184936036
        },
        {
            "start": 1184936038,
            "stop": 1184936146
        },
        {
            "start": 1184936148,
            "stop": 1184936338
        },
        {
            "start": 1184936350,
            "stop": 1184936361
        },
        {
            "start": 1184936363,
            "stop": 1184936505
        },
        {
            "start": 1184936510,
            "stop": 1184936512
        },
        {
            "start": 1184936516,
            "stop": 1184936519
        },
        {
            "start": 1184936521,
            "stop": 1184936808
        },
        {
            "start": 1184936810,
            "stop": 1184937029
        },
        {
            "start": 1184937031,
            "stop": 1184937125
        },
        {
            "start": 1184937127,
            "stop": 1184937210
        }
    ]
}