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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=256",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 257,
    "results": [
        {
            "start": 821455442,
            "stop": 821455459
        },
        {
            "start": 821455469,
            "stop": 821455470
        },
        {
            "start": 821455478,
            "stop": 821455534
        },
        {
            "start": 821455542,
            "stop": 821455569
        },
        {
            "start": 821455577,
            "stop": 821455651
        },
        {
            "start": 821455656,
            "stop": 821455876
        },
        {
            "start": 821455884,
            "stop": 821455892
        },
        {
            "start": 821455915,
            "stop": 821456291
        },
        {
            "start": 821456299,
            "stop": 821456319
        },
        {
            "start": 821456327,
            "stop": 821456410
        },
        {
            "start": 821456418,
            "stop": 821456690
        },
        {
            "start": 821456695,
            "stop": 821456857
        },
        {
            "start": 821456871,
            "stop": 821456885
        },
        {
            "start": 821456893,
            "stop": 821456896
        },
        {
            "start": 821456904,
            "stop": 821456944
        },
        {
            "start": 821456952,
            "stop": 821456957
        },
        {
            "start": 821456990,
            "stop": 821457010
        },
        {
            "start": 821457019,
            "stop": 821457039
        },
        {
            "start": 821457051,
            "stop": 821457069
        },
        {
            "start": 821457079,
            "stop": 821457085
        }
    ]
}