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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=252",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 253,
    "results": [
        {
            "start": 933304783,
            "stop": 933304935
        },
        {
            "start": 933304954,
            "stop": 933305044
        },
        {
            "start": 933305045,
            "stop": 933305395
        },
        {
            "start": 933305416,
            "stop": 933306103
        },
        {
            "start": 933306122,
            "stop": 933306142
        },
        {
            "start": 933306147,
            "stop": 933306310
        },
        {
            "start": 933306329,
            "stop": 933306425
        },
        {
            "start": 933306444,
            "stop": 933306660
        },
        {
            "start": 933306680,
            "stop": 933306922
        },
        {
            "start": 933306941,
            "stop": 933307012
        },
        {
            "start": 933308366,
            "stop": 933308669
        },
        {
            "start": 933308688,
            "stop": 933308818
        },
        {
            "start": 933311514,
            "stop": 933312181
        },
        {
            "start": 933312200,
            "stop": 933313124
        },
        {
            "start": 933313129,
            "stop": 933314052
        },
        {
            "start": 933314053,
            "stop": 933314142
        },
        {
            "start": 933314171,
            "stop": 933314290
        },
        {
            "start": 933314295,
            "stop": 933314800
        },
        {
            "start": 933314801,
            "stop": 933315282
        },
        {
            "start": 933315283,
            "stop": 933315509
        }
    ]
}