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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=107",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 108,
    "results": [
        {
            "start": 1134872284,
            "stop": 1134872327
        },
        {
            "start": 1134872341,
            "stop": 1134872343
        },
        {
            "start": 1134872346,
            "stop": 1134872349
        },
        {
            "start": 1134872353,
            "stop": 1134872356
        },
        {
            "start": 1134872396,
            "stop": 1134872397
        },
        {
            "start": 1134872400,
            "stop": 1134872475
        },
        {
            "start": 1134872483,
            "stop": 1134872717
        },
        {
            "start": 1134872731,
            "stop": 1134873952
        },
        {
            "start": 1134873960,
            "stop": 1134874510
        },
        {
            "start": 1134874513,
            "stop": 1134874713
        },
        {
            "start": 1134874716,
            "stop": 1134875149
        },
        {
            "start": 1134875152,
            "stop": 1134875302
        },
        {
            "start": 1134875305,
            "stop": 1134875319
        },
        {
            "start": 1134875322,
            "stop": 1134875328
        },
        {
            "start": 1134875332,
            "stop": 1134875357
        },
        {
            "start": 1134875360,
            "stop": 1134875387
        },
        {
            "start": 1134875390,
            "stop": 1134875413
        },
        {
            "start": 1134875416,
            "stop": 1134875422
        },
        {
            "start": 1134875428,
            "stop": 1134875434
        },
        {
            "start": 1134875437,
            "stop": 1134875455
        }
    ]
}