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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=407",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 408,
    "results": [
        {
            "start": 1182604710,
            "stop": 1182604722
        },
        {
            "start": 1182604723,
            "stop": 1182605940
        },
        {
            "start": 1182605941,
            "stop": 1182607680
        },
        {
            "start": 1182607684,
            "stop": 1182608581
        },
        {
            "start": 1182608582,
            "stop": 1182609307
        },
        {
            "start": 1182609308,
            "stop": 1182609969
        },
        {
            "start": 1182609970,
            "stop": 1182610191
        },
        {
            "start": 1182610192,
            "stop": 1182611178
        },
        {
            "start": 1182611181,
            "stop": 1182611281
        },
        {
            "start": 1182611282,
            "stop": 1182611290
        },
        {
            "start": 1182611291,
            "stop": 1182611432
        },
        {
            "start": 1182640082,
            "stop": 1182640146
        },
        {
            "start": 1182640147,
            "stop": 1182640197
        },
        {
            "start": 1182640198,
            "stop": 1182640207
        },
        {
            "start": 1182640208,
            "stop": 1182640266
        },
        {
            "start": 1182640267,
            "stop": 1182640341
        },
        {
            "start": 1182640342,
            "stop": 1182640423
        },
        {
            "start": 1182640424,
            "stop": 1182640426
        },
        {
            "start": 1182640427,
            "stop": 1182640435
        },
        {
            "start": 1182640437,
            "stop": 1182640501
        }
    ]
}