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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5,
    "results": [
        {
            "start": 816230569,
            "stop": 816230575
        },
        {
            "start": 816230583,
            "stop": 816230658
        },
        {
            "start": 816230665,
            "stop": 816230674
        },
        {
            "start": 816230681,
            "stop": 816230697
        },
        {
            "start": 816230704,
            "stop": 816230717
        },
        {
            "start": 816230724,
            "stop": 816230733
        },
        {
            "start": 816230741,
            "stop": 816230750
        },
        {
            "start": 816230757,
            "stop": 816230820
        },
        {
            "start": 816230835,
            "stop": 816230882
        },
        {
            "start": 816230889,
            "stop": 816230894
        },
        {
            "start": 816230912,
            "stop": 816230939
        },
        {
            "start": 816230948,
            "stop": 816230984
        },
        {
            "start": 816231002,
            "stop": 816231090
        },
        {
            "start": 816231098,
            "stop": 816231164
        },
        {
            "start": 816231171,
            "stop": 816231186
        },
        {
            "start": 816231194,
            "stop": 816231276
        },
        {
            "start": 816231284,
            "stop": 816231285
        },
        {
            "start": 816231295,
            "stop": 816231308
        },
        {
            "start": 816231320,
            "stop": 816231324
        },
        {
            "start": 816231331,
            "stop": 816231332
        }
    ]
}