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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=199",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 200,
    "results": [
        {
            "start": 931445572,
            "stop": 931445627
        },
        {
            "start": 931445629,
            "stop": 931445667
        },
        {
            "start": 931445672,
            "stop": 931445674
        },
        {
            "start": 931445676,
            "stop": 931445683
        },
        {
            "start": 931445685,
            "stop": 931445749
        },
        {
            "start": 931445752,
            "stop": 931445777
        },
        {
            "start": 931445779,
            "stop": 931445810
        },
        {
            "start": 931445812,
            "stop": 931445949
        },
        {
            "start": 931445951,
            "stop": 931445978
        },
        {
            "start": 931445980,
            "stop": 931445984
        },
        {
            "start": 931445986,
            "stop": 931446054
        },
        {
            "start": 931446056,
            "stop": 931446091
        },
        {
            "start": 931446093,
            "stop": 931446145
        },
        {
            "start": 931446147,
            "stop": 931446252
        },
        {
            "start": 931446254,
            "stop": 931446354
        },
        {
            "start": 931446356,
            "stop": 931446376
        },
        {
            "start": 931446378,
            "stop": 931446381
        },
        {
            "start": 931446383,
            "stop": 931446466
        },
        {
            "start": 931446468,
            "stop": 931446490
        },
        {
            "start": 931446492,
            "stop": 931446502
        }
    ]
}