Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=36",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 37,
    "results": [
        {
            "start": 816469650,
            "stop": 816469866
        },
        {
            "start": 816469888,
            "stop": 816469939
        },
        {
            "start": 816470027,
            "stop": 816470257
        },
        {
            "start": 816470318,
            "stop": 816470530
        },
        {
            "start": 816470586,
            "stop": 816470638
        },
        {
            "start": 816470657,
            "stop": 816470795
        },
        {
            "start": 816470814,
            "stop": 816470859
        },
        {
            "start": 816470882,
            "stop": 816470883
        },
        {
            "start": 816470902,
            "stop": 816470954
        },
        {
            "start": 816471008,
            "stop": 816471078
        },
        {
            "start": 816471130,
            "stop": 816471347
        },
        {
            "start": 816471377,
            "stop": 816471400
        },
        {
            "start": 816471421,
            "stop": 816471530
        },
        {
            "start": 816471552,
            "stop": 816471793
        },
        {
            "start": 816471815,
            "stop": 816471817
        },
        {
            "start": 816471838,
            "stop": 816471948
        },
        {
            "start": 816471975,
            "stop": 816472145
        },
        {
            "start": 816472168,
            "stop": 816472204
        },
        {
            "start": 816472232,
            "stop": 816472415
        },
        {
            "start": 816472479,
            "stop": 816472655
        }
    ]
}