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=3718
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=3719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3717",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3718,
    "results": [
        {
            "start": 872608802,
            "stop": 872609007
        },
        {
            "start": 872609010,
            "stop": 872609086
        },
        {
            "start": 872609089,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610180
        },
        {
            "start": 872610300,
            "stop": 872610558
        },
        {
            "start": 872637466,
            "stop": 872637470
        },
        {
            "start": 872637473,
            "stop": 872637482
        },
        {
            "start": 872637483,
            "stop": 872637508
        },
        {
            "start": 872637509,
            "stop": 872637510
        },
        {
            "start": 872637511,
            "stop": 872637512
        },
        {
            "start": 872637513,
            "stop": 872637514
        },
        {
            "start": 872637520,
            "stop": 872637524
        },
        {
            "start": 872637527,
            "stop": 872637528
        },
        {
            "start": 872637529,
            "stop": 872637602
        },
        {
            "start": 872637604,
            "stop": 872637606
        },
        {
            "start": 872637607,
            "stop": 872637675
        },
        {
            "start": 872637676,
            "stop": 872637708
        },
        {
            "start": 872637709,
            "stop": 872637792
        },
        {
            "start": 872637795,
            "stop": 872637845
        },
        {
            "start": 872637848,
            "stop": 872638226
        }
    ]
}