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=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_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=26",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 27,
    "results": [
        {
            "start": 816605067,
            "stop": 816605280
        },
        {
            "start": 816605291,
            "stop": 816605568
        },
        {
            "start": 816605578,
            "stop": 816605633
        },
        {
            "start": 816605640,
            "stop": 816605686
        },
        {
            "start": 816605700,
            "stop": 816605865
        },
        {
            "start": 816605872,
            "stop": 816605909
        },
        {
            "start": 816605918,
            "stop": 816605921
        },
        {
            "start": 816605928,
            "stop": 816605993
        },
        {
            "start": 816606003,
            "stop": 816606231
        },
        {
            "start": 816606238,
            "stop": 816606525
        },
        {
            "start": 816606532,
            "stop": 816606548
        },
        {
            "start": 816606559,
            "stop": 816606655
        },
        {
            "start": 816606662,
            "stop": 816606905
        },
        {
            "start": 816606913,
            "stop": 816606973
        },
        {
            "start": 816606980,
            "stop": 816607053
        },
        {
            "start": 816607064,
            "stop": 816607152
        },
        {
            "start": 816607159,
            "stop": 816607621
        },
        {
            "start": 816607629,
            "stop": 816607879
        },
        {
            "start": 816607895,
            "stop": 816607923
        },
        {
            "start": 816607930,
            "stop": 816607952
        }
    ]
}