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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4879",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4877",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4878,
    "results": [
        {
            "start": 971603725,
            "stop": 971603901
        },
        {
            "start": 971603904,
            "stop": 971603932
        },
        {
            "start": 971603935,
            "stop": 971604074
        },
        {
            "start": 971604077,
            "stop": 971604383
        },
        {
            "start": 971604386,
            "stop": 971604515
        },
        {
            "start": 971604518,
            "stop": 971604757
        },
        {
            "start": 971604760,
            "stop": 971605658
        },
        {
            "start": 971605661,
            "stop": 971606174
        },
        {
            "start": 971606177,
            "stop": 971607175
        },
        {
            "start": 971607178,
            "stop": 971607536
        },
        {
            "start": 971607539,
            "stop": 971607563
        },
        {
            "start": 971607566,
            "stop": 971607582
        },
        {
            "start": 971607585,
            "stop": 971607740
        },
        {
            "start": 971607743,
            "stop": 971607834
        },
        {
            "start": 971607837,
            "stop": 971607906
        },
        {
            "start": 971607909,
            "stop": 971607910
        },
        {
            "start": 971607913,
            "stop": 971608308
        },
        {
            "start": 971608311,
            "stop": 971608349
        },
        {
            "start": 971608352,
            "stop": 971608592
        },
        {
            "start": 971608595,
            "stop": 971609031
        }
    ]
}