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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5351",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5352,
    "results": [
        {
            "start": 971398730,
            "stop": 971399052
        },
        {
            "start": 971399070,
            "stop": 971399235
        },
        {
            "start": 971399238,
            "stop": 971399377
        },
        {
            "start": 971399380,
            "stop": 971399674
        },
        {
            "start": 971399677,
            "stop": 971399712
        },
        {
            "start": 971399715,
            "stop": 971400023
        },
        {
            "start": 971400026,
            "stop": 971400175
        },
        {
            "start": 971400178,
            "stop": 971400195
        },
        {
            "start": 971400198,
            "stop": 971400227
        },
        {
            "start": 971401223,
            "stop": 971401780
        },
        {
            "start": 971401783,
            "stop": 971402841
        },
        {
            "start": 971402844,
            "stop": 971402939
        },
        {
            "start": 971402957,
            "stop": 971403115
        },
        {
            "start": 971403118,
            "stop": 971403418
        },
        {
            "start": 971403422,
            "stop": 971403436
        },
        {
            "start": 971403442,
            "stop": 971403446
        },
        {
            "start": 971405860,
            "stop": 971405900
        },
        {
            "start": 971405918,
            "stop": 971406204
        },
        {
            "start": 971406207,
            "stop": 971406209
        },
        {
            "start": 971406212,
            "stop": 971406669
        }
    ]
}