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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=289",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 290,
    "results": [
        {
            "start": 841574797,
            "stop": 841577479
        },
        {
            "start": 841577482,
            "stop": 841577616
        },
        {
            "start": 841577619,
            "stop": 841577627
        },
        {
            "start": 841577628,
            "stop": 841577639
        },
        {
            "start": 841623666,
            "stop": 841623716
        },
        {
            "start": 841624755,
            "stop": 841625019
        },
        {
            "start": 841625020,
            "stop": 841625528
        },
        {
            "start": 841625699,
            "stop": 841625995
        },
        {
            "start": 841626365,
            "stop": 841626497
        },
        {
            "start": 841626499,
            "stop": 841626620
        },
        {
            "start": 841628526,
            "stop": 841634418
        },
        {
            "start": 841634603,
            "stop": 841636366
        },
        {
            "start": 841636523,
            "stop": 841644161
        },
        {
            "start": 841644380,
            "stop": 841644748
        },
        {
            "start": 841645433,
            "stop": 841645500
        },
        {
            "start": 841646133,
            "stop": 841646492
        },
        {
            "start": 841646914,
            "stop": 841646989
        },
        {
            "start": 841647752,
            "stop": 841647766
        },
        {
            "start": 841648044,
            "stop": 841648154
        },
        {
            "start": 841648353,
            "stop": 841648507
        }
    ]
}