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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=215",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 216,
    "results": [
        {
            "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
        },
        {
            "start": 1136407557,
            "stop": 1136407565
        },
        {
            "start": 1136407575,
            "stop": 1136407577
        },
        {
            "start": 1136407582,
            "stop": 1136407586
        }
    ]
}