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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=25",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 26,
    "results": [
        {
            "start": 816768577,
            "stop": 816768653
        },
        {
            "start": 816768656,
            "stop": 816768844
        },
        {
            "start": 816768849,
            "stop": 816768873
        },
        {
            "start": 816768876,
            "stop": 816769326
        },
        {
            "start": 816769329,
            "stop": 816769415
        },
        {
            "start": 816769418,
            "stop": 816769470
        },
        {
            "start": 816771575,
            "stop": 816771602
        },
        {
            "start": 816771604,
            "stop": 816771623
        },
        {
            "start": 816771631,
            "stop": 816771636
        },
        {
            "start": 816771643,
            "stop": 816771663
        },
        {
            "start": 816771665,
            "stop": 816771669
        },
        {
            "start": 816771671,
            "stop": 816771672
        },
        {
            "start": 816771678,
            "stop": 816771681
        },
        {
            "start": 816771685,
            "stop": 816771689
        },
        {
            "start": 816772426,
            "stop": 816773205
        },
        {
            "start": 816775140,
            "stop": 816775529
        },
        {
            "start": 816775532,
            "stop": 816775536
        },
        {
            "start": 816775549,
            "stop": 816775557
        },
        {
            "start": 816775560,
            "stop": 816775562
        },
        {
            "start": 816775580,
            "stop": 816775583
        }
    ]
}