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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=58",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 59,
    "results": [
        {
            "start": 816673384,
            "stop": 816673400
        },
        {
            "start": 816673403,
            "stop": 816673406
        },
        {
            "start": 816673426,
            "stop": 816673583
        },
        {
            "start": 816673602,
            "stop": 816673761
        },
        {
            "start": 816673780,
            "stop": 816673847
        },
        {
            "start": 816673879,
            "stop": 816674057
        },
        {
            "start": 816674076,
            "stop": 816674103
        },
        {
            "start": 816674106,
            "stop": 816674255
        },
        {
            "start": 816674258,
            "stop": 816674318
        },
        {
            "start": 816674339,
            "stop": 816674418
        },
        {
            "start": 816674423,
            "stop": 816674745
        },
        {
            "start": 816674749,
            "stop": 816674784
        },
        {
            "start": 816674803,
            "stop": 816675020
        },
        {
            "start": 816675039,
            "stop": 816675155
        },
        {
            "start": 816675174,
            "stop": 816675215
        },
        {
            "start": 816675234,
            "stop": 816675289
        },
        {
            "start": 816675321,
            "stop": 816675396
        },
        {
            "start": 816675416,
            "stop": 816675420
        },
        {
            "start": 816675448,
            "stop": 816675460
        },
        {
            "start": 816675516,
            "stop": 816675540
        }
    ]
}