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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=26",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 27,
    "results": [
        {
            "start": 816856671,
            "stop": 816856672
        },
        {
            "start": 816856680,
            "stop": 816856691
        },
        {
            "start": 816856708,
            "stop": 816856716
        },
        {
            "start": 816856731,
            "stop": 816856733
        },
        {
            "start": 816856768,
            "stop": 816856771
        },
        {
            "start": 816856789,
            "stop": 816856812
        },
        {
            "start": 816858141,
            "stop": 816864099
        },
        {
            "start": 816908980,
            "stop": 816911376
        },
        {
            "start": 816911382,
            "stop": 816913392
        },
        {
            "start": 816914496,
            "stop": 816916295
        },
        {
            "start": 816917124,
            "stop": 816918892
        },
        {
            "start": 816918900,
            "stop": 816919025
        },
        {
            "start": 816920674,
            "stop": 816922321
        },
        {
            "start": 816922332,
            "stop": 816925639
        },
        {
            "start": 816925652,
            "stop": 816942078
        },
        {
            "start": 816942086,
            "stop": 816942096
        },
        {
            "start": 816942255,
            "stop": 816942272
        },
        {
            "start": 816942281,
            "stop": 816942297
        },
        {
            "start": 816942305,
            "stop": 816942368
        },
        {
            "start": 816942376,
            "stop": 816942391
        }
    ]
}