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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5248",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5249,
    "results": [
        {
            "start": 874470725,
            "stop": 874470779
        },
        {
            "start": 874470865,
            "stop": 874476828
        },
        {
            "start": 874476899,
            "stop": 874476918
        },
        {
            "start": 874476966,
            "stop": 874478078
        },
        {
            "start": 874478144,
            "stop": 874479932
        },
        {
            "start": 874479940,
            "stop": 874480020
        },
        {
            "start": 874480080,
            "stop": 874480140
        },
        {
            "start": 874480200,
            "stop": 874480320
        },
        {
            "start": 874480380,
            "stop": 874480545
        },
        {
            "start": 874480581,
            "stop": 874480666
        },
        {
            "start": 874480711,
            "stop": 874480802
        },
        {
            "start": 874480838,
            "stop": 874480943
        },
        {
            "start": 874480982,
            "stop": 874481150
        },
        {
            "start": 874481288,
            "stop": 874481289
        },
        {
            "start": 874481343,
            "stop": 874481433
        },
        {
            "start": 874481469,
            "stop": 874482114
        },
        {
            "start": 874482131,
            "stop": 874482356
        },
        {
            "start": 874482392,
            "stop": 874482441
        },
        {
            "start": 874482477,
            "stop": 874483356
        },
        {
            "start": 874483392,
            "stop": 874483937
        }
    ]
}