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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=299",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 300,
    "results": [
        {
            "start": 821718308,
            "stop": 821718323
        },
        {
            "start": 821718329,
            "stop": 821718340
        },
        {
            "start": 821718343,
            "stop": 821718370
        },
        {
            "start": 821718373,
            "stop": 821718378
        },
        {
            "start": 821718385,
            "stop": 821718402
        },
        {
            "start": 821718405,
            "stop": 821718419
        },
        {
            "start": 821718422,
            "stop": 821718433
        },
        {
            "start": 821718436,
            "stop": 821718445
        },
        {
            "start": 821718448,
            "stop": 821718464
        },
        {
            "start": 821718467,
            "stop": 821718487
        },
        {
            "start": 821718490,
            "stop": 821718561
        },
        {
            "start": 821718564,
            "stop": 821718574
        },
        {
            "start": 821718577,
            "stop": 821718580
        },
        {
            "start": 821718583,
            "stop": 821718598
        },
        {
            "start": 821718603,
            "stop": 821718605
        },
        {
            "start": 821718608,
            "stop": 821718683
        },
        {
            "start": 821719775,
            "stop": 821719837
        },
        {
            "start": 821719840,
            "stop": 821719845
        },
        {
            "start": 821719848,
            "stop": 821719931
        },
        {
            "start": 821719934,
            "stop": 821719993
        }
    ]
}