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_CAT4/segments?format=api&page=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=50",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 51,
    "results": [
        {
            "start": 931253373,
            "stop": 931253377
        },
        {
            "start": 931253379,
            "stop": 931253402
        },
        {
            "start": 931253404,
            "stop": 931253440
        },
        {
            "start": 931253442,
            "stop": 931253470
        },
        {
            "start": 931253472,
            "stop": 931253473
        },
        {
            "start": 931253476,
            "stop": 931253486
        },
        {
            "start": 931253491,
            "stop": 931253493
        },
        {
            "start": 931253495,
            "stop": 931253496
        },
        {
            "start": 931253500,
            "stop": 931253536
        },
        {
            "start": 931253538,
            "stop": 931253549
        },
        {
            "start": 931253552,
            "stop": 931253571
        },
        {
            "start": 931253573,
            "stop": 931253574
        },
        {
            "start": 931253576,
            "stop": 931253585
        },
        {
            "start": 931253587,
            "stop": 931253593
        },
        {
            "start": 931253595,
            "stop": 931253603
        },
        {
            "start": 931253609,
            "stop": 931253624
        },
        {
            "start": 931253626,
            "stop": 931253635
        },
        {
            "start": 931253638,
            "stop": 931253647
        },
        {
            "start": 931253649,
            "stop": 931253652
        },
        {
            "start": 931253663,
            "stop": 931253664
        }
    ]
}