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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5631",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5632,
    "results": [
        {
            "start": 874506220,
            "stop": 874506269
        },
        {
            "start": 874506272,
            "stop": 874506564
        },
        {
            "start": 874506568,
            "stop": 874506636
        },
        {
            "start": 874506639,
            "stop": 874506702
        },
        {
            "start": 874506705,
            "stop": 874506741
        },
        {
            "start": 874506744,
            "stop": 874506915
        },
        {
            "start": 874506919,
            "stop": 874506921
        },
        {
            "start": 874506924,
            "stop": 874507020
        },
        {
            "start": 874507023,
            "stop": 874507035
        },
        {
            "start": 874507038,
            "stop": 874507146
        },
        {
            "start": 874507149,
            "stop": 874507240
        },
        {
            "start": 874507243,
            "stop": 874507399
        },
        {
            "start": 874507402,
            "stop": 874507465
        },
        {
            "start": 874507468,
            "stop": 874507695
        },
        {
            "start": 874507699,
            "stop": 874507734
        },
        {
            "start": 874507739,
            "stop": 874507852
        },
        {
            "start": 874507855,
            "stop": 874507932
        },
        {
            "start": 874507940,
            "stop": 874508006
        },
        {
            "start": 874508009,
            "stop": 874508040
        },
        {
            "start": 874508045,
            "stop": 874508072
        }
    ]
}