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=5616
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=5617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5615",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5616,
    "results": [
        {
            "start": 874453222,
            "stop": 874453253
        },
        {
            "start": 874453257,
            "stop": 874453628
        },
        {
            "start": 874453631,
            "stop": 874453651
        },
        {
            "start": 874453661,
            "stop": 874453662
        },
        {
            "start": 874453666,
            "stop": 874453681
        },
        {
            "start": 874453685,
            "stop": 874453709
        },
        {
            "start": 874453712,
            "stop": 874454000
        },
        {
            "start": 874454004,
            "stop": 874454044
        },
        {
            "start": 874454050,
            "stop": 874454127
        },
        {
            "start": 874454130,
            "stop": 874454131
        },
        {
            "start": 874454134,
            "stop": 874454178
        },
        {
            "start": 874454181,
            "stop": 874454217
        },
        {
            "start": 874454220,
            "stop": 874454233
        },
        {
            "start": 874454236,
            "stop": 874454299
        },
        {
            "start": 874454303,
            "stop": 874454383
        },
        {
            "start": 874454386,
            "stop": 874454416
        },
        {
            "start": 874454419,
            "stop": 874454504
        },
        {
            "start": 874454509,
            "stop": 874454519
        },
        {
            "start": 874454522,
            "stop": 874454529
        },
        {
            "start": 874454532,
            "stop": 874454617
        }
    ]
}