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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=630",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 631,
    "results": [
        {
            "start": 843646018,
            "stop": 843656400
        },
        {
            "start": 843656401,
            "stop": 843656402
        },
        {
            "start": 843657475,
            "stop": 843664206
        },
        {
            "start": 843664208,
            "stop": 843666111
        },
        {
            "start": 843666112,
            "stop": 843669493
        },
        {
            "start": 843669518,
            "stop": 843669519
        },
        {
            "start": 843671603,
            "stop": 843674407
        },
        {
            "start": 843684381,
            "stop": 843684405
        },
        {
            "start": 843684406,
            "stop": 843685351
        },
        {
            "start": 843685352,
            "stop": 843685569
        },
        {
            "start": 843685570,
            "stop": 843703565
        },
        {
            "start": 843707450,
            "stop": 843709072
        },
        {
            "start": 843710683,
            "stop": 843710877
        },
        {
            "start": 843711516,
            "stop": 843712769
        },
        {
            "start": 843712770,
            "stop": 843713626
        },
        {
            "start": 843713628,
            "stop": 843713947
        },
        {
            "start": 843713949,
            "stop": 843714852
        },
        {
            "start": 843714853,
            "stop": 843721137
        },
        {
            "start": 843722145,
            "stop": 843722232
        },
        {
            "start": 843722858,
            "stop": 843726713
        }
    ]
}