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=2206
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=2207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2205",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2206,
    "results": [
        {
            "start": 872602469,
            "stop": 872602499
        },
        {
            "start": 872602518,
            "stop": 872602552
        },
        {
            "start": 872602575,
            "stop": 872602585
        },
        {
            "start": 872602637,
            "stop": 872602707
        },
        {
            "start": 872602726,
            "stop": 872602939
        },
        {
            "start": 872602956,
            "stop": 872603197
        },
        {
            "start": 872603234,
            "stop": 872603780
        },
        {
            "start": 872604594,
            "stop": 872604751
        },
        {
            "start": 872604768,
            "stop": 872606206
        },
        {
            "start": 872606225,
            "stop": 872606357
        },
        {
            "start": 872606376,
            "stop": 872606709
        },
        {
            "start": 872606726,
            "stop": 872606729
        },
        {
            "start": 872606747,
            "stop": 872606770
        },
        {
            "start": 872608633,
            "stop": 872608793
        },
        {
            "start": 872608810,
            "stop": 872608999
        },
        {
            "start": 872609018,
            "stop": 872609078
        },
        {
            "start": 872609097,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610180
        },
        {
            "start": 872610300,
            "stop": 872610558
        },
        {
            "start": 872637491,
            "stop": 872637500
        }
    ]
}