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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=77",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 78,
    "results": [
        {
            "start": 824373542,
            "stop": 824373688
        },
        {
            "start": 824373691,
            "stop": 824373793
        },
        {
            "start": 824373837,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374117
        },
        {
            "start": 824374120,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824384909
        },
        {
            "start": 824384912,
            "stop": 824390242
        },
        {
            "start": 824390352,
            "stop": 824392362
        },
        {
            "start": 824392662,
            "stop": 824392834
        },
        {
            "start": 824393134,
            "stop": 824393288
        },
        {
            "start": 824393588,
            "stop": 824397887
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824412840,
            "stop": 824413034
        },
        {
            "start": 824413144,
            "stop": 824413308
        },
        {
            "start": 824413608,
            "stop": 824413744
        },
        {
            "start": 824414044,
            "stop": 824414295
        },
        {
            "start": 824414405,
            "stop": 824414858
        },
        {
            "start": 824415158,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        }
    ]
}