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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=214",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 215,
    "results": [
        {
            "start": 821108443,
            "stop": 821108677
        },
        {
            "start": 821108682,
            "stop": 821109151
        },
        {
            "start": 821109622,
            "stop": 821109794
        },
        {
            "start": 821109904,
            "stop": 821110627
        },
        {
            "start": 821110633,
            "stop": 821110797
        },
        {
            "start": 821110805,
            "stop": 821110854
        },
        {
            "start": 821111588,
            "stop": 821111876
        },
        {
            "start": 821111883,
            "stop": 821111912
        },
        {
            "start": 821111924,
            "stop": 821111965
        },
        {
            "start": 821111979,
            "stop": 821111991
        },
        {
            "start": 821112001,
            "stop": 821112265
        },
        {
            "start": 821112270,
            "stop": 821112303
        },
        {
            "start": 821112604,
            "stop": 821112779
        },
        {
            "start": 821122937,
            "stop": 821123160
        },
        {
            "start": 821123841,
            "stop": 821124289
        },
        {
            "start": 821124294,
            "stop": 821126634
        },
        {
            "start": 821126639,
            "stop": 821126874
        },
        {
            "start": 821126881,
            "stop": 821127228
        },
        {
            "start": 821127233,
            "stop": 821127267
        },
        {
            "start": 821127617,
            "stop": 821127728
        }
    ]
}