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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1070",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1068",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1069,
    "results": [
        {
            "start": 1136384204,
            "stop": 1136384222
        },
        {
            "start": 1136384225,
            "stop": 1136384250
        },
        {
            "start": 1136384253,
            "stop": 1136384254
        },
        {
            "start": 1136384257,
            "stop": 1136384272
        },
        {
            "start": 1136384275,
            "stop": 1136384278
        },
        {
            "start": 1136384281,
            "stop": 1136384286
        },
        {
            "start": 1136384289,
            "stop": 1136384297
        },
        {
            "start": 1136384300,
            "stop": 1136384317
        },
        {
            "start": 1136384320,
            "stop": 1136384324
        },
        {
            "start": 1136384327,
            "stop": 1136384349
        },
        {
            "start": 1136384352,
            "stop": 1136384369
        },
        {
            "start": 1136384372,
            "stop": 1136384380
        },
        {
            "start": 1136384383,
            "stop": 1136384389
        },
        {
            "start": 1136384392,
            "stop": 1136384402
        },
        {
            "start": 1136384405,
            "stop": 1136384415
        },
        {
            "start": 1136384418,
            "stop": 1136384430
        },
        {
            "start": 1136384433,
            "stop": 1136384450
        },
        {
            "start": 1136384453,
            "stop": 1136384475
        },
        {
            "start": 1136384478,
            "stop": 1136384486
        },
        {
            "start": 1136384489,
            "stop": 1136384517
        }
    ]
}