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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=443",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 444,
    "results": [
        {
            "start": 821775427,
            "stop": 821775433
        },
        {
            "start": 821775436,
            "stop": 821775437
        },
        {
            "start": 821775440,
            "stop": 821775467
        },
        {
            "start": 821775471,
            "stop": 821775473
        },
        {
            "start": 821775476,
            "stop": 821775489
        },
        {
            "start": 821775495,
            "stop": 821775501
        },
        {
            "start": 821775506,
            "stop": 821775509
        },
        {
            "start": 821775515,
            "stop": 821775517
        },
        {
            "start": 821775520,
            "stop": 821775521
        },
        {
            "start": 821775524,
            "stop": 821775532
        },
        {
            "start": 821775546,
            "stop": 821775548
        },
        {
            "start": 821775551,
            "stop": 821775581
        },
        {
            "start": 821775591,
            "stop": 821775597
        },
        {
            "start": 821775605,
            "stop": 821775619
        },
        {
            "start": 821775623,
            "stop": 821775624
        },
        {
            "start": 821775627,
            "stop": 821775629
        },
        {
            "start": 821775632,
            "stop": 821775643
        },
        {
            "start": 821775650,
            "stop": 821775657
        },
        {
            "start": 821775660,
            "stop": 821775671
        },
        {
            "start": 821775674,
            "stop": 821775675
        }
    ]
}