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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=5",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 6,
    "results": [
        {
            "start": 816229751,
            "stop": 816229825
        },
        {
            "start": 816229833,
            "stop": 816229839
        },
        {
            "start": 816229845,
            "stop": 816229881
        },
        {
            "start": 816229888,
            "stop": 816229917
        },
        {
            "start": 816229921,
            "stop": 816229955
        },
        {
            "start": 816229961,
            "stop": 816229994
        },
        {
            "start": 816230011,
            "stop": 816230024
        },
        {
            "start": 816230050,
            "stop": 816230065
        },
        {
            "start": 816230070,
            "stop": 816230129
        },
        {
            "start": 816230142,
            "stop": 816230169
        },
        {
            "start": 816230173,
            "stop": 816230183
        },
        {
            "start": 816230187,
            "stop": 816230221
        },
        {
            "start": 816230227,
            "stop": 816230262
        },
        {
            "start": 816230269,
            "stop": 816230274
        },
        {
            "start": 816230278,
            "stop": 816230280
        },
        {
            "start": 816230285,
            "stop": 816230288
        },
        {
            "start": 816230291,
            "stop": 816230312
        },
        {
            "start": 816230316,
            "stop": 816230337
        },
        {
            "start": 816230343,
            "stop": 816230368
        },
        {
            "start": 816230373,
            "stop": 816230380
        }
    ]
}