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_CAT3/segments?format=api&page=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=176",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 177,
    "results": [
        {
            "start": 817365062,
            "stop": 817365081
        },
        {
            "start": 817365105,
            "stop": 817365112
        },
        {
            "start": 817365134,
            "stop": 817365171
        },
        {
            "start": 817365206,
            "stop": 817365262
        },
        {
            "start": 817366810,
            "stop": 817366845
        },
        {
            "start": 817366909,
            "stop": 817366911
        },
        {
            "start": 817367214,
            "stop": 817367240
        },
        {
            "start": 817367278,
            "stop": 817367348
        },
        {
            "start": 817367410,
            "stop": 817367430
        },
        {
            "start": 817367460,
            "stop": 817367470
        },
        {
            "start": 817367501,
            "stop": 817367565
        },
        {
            "start": 817367584,
            "stop": 817367605
        },
        {
            "start": 817367643,
            "stop": 817367648
        },
        {
            "start": 817367667,
            "stop": 817367675
        },
        {
            "start": 817367694,
            "stop": 817367699
        },
        {
            "start": 817367718,
            "stop": 817367765
        },
        {
            "start": 817367806,
            "stop": 817367903
        },
        {
            "start": 817367934,
            "stop": 817367974
        },
        {
            "start": 817367995,
            "stop": 817368113
        },
        {
            "start": 817368141,
            "stop": 817368143
        }
    ]
}