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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1097",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1095",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1096,
    "results": [
        {
            "start": 1136407110,
            "stop": 1136407126
        },
        {
            "start": 1136407305,
            "stop": 1136407307
        },
        {
            "start": 1136407325,
            "stop": 1136407329
        },
        {
            "start": 1136407336,
            "stop": 1136407343
        },
        {
            "start": 1136407351,
            "stop": 1136407386
        },
        {
            "start": 1136407389,
            "stop": 1136407405
        },
        {
            "start": 1136407408,
            "stop": 1136407425
        },
        {
            "start": 1136407428,
            "stop": 1136407440
        },
        {
            "start": 1136407443,
            "stop": 1136407457
        },
        {
            "start": 1136407460,
            "stop": 1136407470
        },
        {
            "start": 1136407473,
            "stop": 1136407476
        },
        {
            "start": 1136407479,
            "stop": 1136407482
        },
        {
            "start": 1136407485,
            "stop": 1136407493
        },
        {
            "start": 1136407499,
            "stop": 1136407507
        },
        {
            "start": 1136407510,
            "stop": 1136407516
        },
        {
            "start": 1136407520,
            "stop": 1136407523
        },
        {
            "start": 1136407526,
            "stop": 1136407532
        },
        {
            "start": 1136407535,
            "stop": 1136407537
        },
        {
            "start": 1136407541,
            "stop": 1136407543
        },
        {
            "start": 1136407548,
            "stop": 1136407552
        }
    ]
}