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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=10",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 11,
    "results": [
        {
            "start": 943289910,
            "stop": 943290022
        },
        {
            "start": 943300733,
            "stop": 943300846
        },
        {
            "start": 943317526,
            "stop": 943317686
        },
        {
            "start": 943324213,
            "stop": 943324326
        },
        {
            "start": 943333989,
            "stop": 943334102
        },
        {
            "start": 943362061,
            "stop": 943362174
        },
        {
            "start": 943394822,
            "stop": 943394934
        },
        {
            "start": 943419174,
            "stop": 943419334
        },
        {
            "start": 943424462,
            "stop": 943424574
        },
        {
            "start": 943448181,
            "stop": 943448294
        },
        {
            "start": 943469198,
            "stop": 943469358
        },
        {
            "start": 943490213,
            "stop": 943490326
        },
        {
            "start": 943496542,
            "stop": 943496654
        },
        {
            "start": 943510125,
            "stop": 943510238
        },
        {
            "start": 943516334,
            "stop": 943516446
        },
        {
            "start": 943526317,
            "stop": 943526430
        },
        {
            "start": 943544301,
            "stop": 943544462
        },
        {
            "start": 943578117,
            "stop": 943578229
        },
        {
            "start": 943602309,
            "stop": 943602421
        },
        {
            "start": 943616861,
            "stop": 943616973
        }
    ]
}