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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3808",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3809,
    "results": [
        {
            "start": 873300140,
            "stop": 873300414
        },
        {
            "start": 873300417,
            "stop": 873300420
        },
        {
            "start": 873300421,
            "stop": 873300436
        },
        {
            "start": 873300445,
            "stop": 873300448
        },
        {
            "start": 873300451,
            "stop": 873300452
        },
        {
            "start": 873300467,
            "stop": 873300470
        },
        {
            "start": 873300476,
            "stop": 873300483
        },
        {
            "start": 873300486,
            "stop": 873300577
        },
        {
            "start": 873300580,
            "stop": 873300597
        },
        {
            "start": 873300604,
            "stop": 873300608
        },
        {
            "start": 873300614,
            "stop": 873300815
        },
        {
            "start": 873300819,
            "stop": 873300833
        },
        {
            "start": 873300836,
            "stop": 873301015
        },
        {
            "start": 873301018,
            "stop": 873301587
        },
        {
            "start": 873301589,
            "stop": 873301625
        },
        {
            "start": 873301626,
            "stop": 873301630
        },
        {
            "start": 873301631,
            "stop": 873301640
        },
        {
            "start": 873301641,
            "stop": 873301677
        },
        {
            "start": 873301679,
            "stop": 873301688
        },
        {
            "start": 873301689,
            "stop": 873301701
        }
    ]
}