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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=628",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 629,
    "results": [
        {
            "start": 850104277,
            "stop": 850109753
        },
        {
            "start": 850109770,
            "stop": 850109871
        },
        {
            "start": 850109889,
            "stop": 850110099
        },
        {
            "start": 850110125,
            "stop": 850110259
        },
        {
            "start": 850110277,
            "stop": 850111710
        },
        {
            "start": 850111770,
            "stop": 850111830
        },
        {
            "start": 850111890,
            "stop": 850111902
        },
        {
            "start": 850111919,
            "stop": 850112070
        },
        {
            "start": 850116401,
            "stop": 850137395
        },
        {
            "start": 850140362,
            "stop": 850148304
        },
        {
            "start": 850148327,
            "stop": 850153177
        },
        {
            "start": 850153194,
            "stop": 850153570
        },
        {
            "start": 850154106,
            "stop": 850156635
        },
        {
            "start": 850156656,
            "stop": 850161185
        },
        {
            "start": 850162212,
            "stop": 850164456
        },
        {
            "start": 850165236,
            "stop": 850165881
        },
        {
            "start": 850165899,
            "stop": 850166824
        },
        {
            "start": 850166841,
            "stop": 850170213
        },
        {
            "start": 850170765,
            "stop": 850172970
        },
        {
            "start": 850174329,
            "stop": 850177236
        }
    ]
}