Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4534
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=4535",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4533",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4534,
    "results": [
        {
            "start": 968629833,
            "stop": 968630130
        },
        {
            "start": 968630133,
            "stop": 968631319
        },
        {
            "start": 968631322,
            "stop": 968631509
        },
        {
            "start": 968631512,
            "stop": 968634257
        },
        {
            "start": 968634260,
            "stop": 968634323
        },
        {
            "start": 968634340,
            "stop": 968634463
        },
        {
            "start": 968634466,
            "stop": 968634489
        },
        {
            "start": 968634492,
            "stop": 968634509
        },
        {
            "start": 968634512,
            "stop": 968634538
        },
        {
            "start": 968634541,
            "stop": 968634620
        },
        {
            "start": 968634623,
            "stop": 968634632
        },
        {
            "start": 968634635,
            "stop": 968634689
        },
        {
            "start": 968634692,
            "stop": 968634860
        },
        {
            "start": 968634863,
            "stop": 968634910
        },
        {
            "start": 968638548,
            "stop": 968638723
        },
        {
            "start": 968638726,
            "stop": 968638820
        },
        {
            "start": 968638823,
            "stop": 968639092
        },
        {
            "start": 968639095,
            "stop": 968639537
        },
        {
            "start": 968639554,
            "stop": 968639566
        },
        {
            "start": 968639569,
            "stop": 968640387
        }
    ]
}