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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=338",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 339,
    "results": [
        {
            "start": 1182141116,
            "stop": 1182141121
        },
        {
            "start": 1182141123,
            "stop": 1182141129
        },
        {
            "start": 1182141130,
            "stop": 1182141220
        },
        {
            "start": 1182141223,
            "stop": 1182141241
        },
        {
            "start": 1182141242,
            "stop": 1182141250
        },
        {
            "start": 1182141252,
            "stop": 1182141257
        },
        {
            "start": 1182141258,
            "stop": 1182141317
        },
        {
            "start": 1182141318,
            "stop": 1182141319
        },
        {
            "start": 1182141321,
            "stop": 1182141324
        },
        {
            "start": 1182141325,
            "stop": 1182141326
        },
        {
            "start": 1182141329,
            "stop": 1182141330
        },
        {
            "start": 1182141331,
            "stop": 1182141335
        },
        {
            "start": 1182141338,
            "stop": 1182141353
        },
        {
            "start": 1182141354,
            "stop": 1182141456
        },
        {
            "start": 1182141457,
            "stop": 1182141470
        },
        {
            "start": 1182141471,
            "stop": 1182141507
        },
        {
            "start": 1182141510,
            "stop": 1182141511
        },
        {
            "start": 1182141514,
            "stop": 1182141526
        },
        {
            "start": 1182141529,
            "stop": 1182141533
        },
        {
            "start": 1182141536,
            "stop": 1182141548
        }
    ]
}