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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=343",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 344,
    "results": [
        {
            "start": 824374120,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824381811
        },
        {
            "start": 824381815,
            "stop": 824384307
        },
        {
            "start": 824384311,
            "stop": 824384576
        },
        {
            "start": 824384580,
            "stop": 824384909
        },
        {
            "start": 824384912,
            "stop": 824385062
        },
        {
            "start": 824385066,
            "stop": 824385324
        },
        {
            "start": 824385328,
            "stop": 824389673
        },
        {
            "start": 824389676,
            "stop": 824390242
        },
        {
            "start": 824392662,
            "stop": 824392834
        },
        {
            "start": 824393134,
            "stop": 824393288
        },
        {
            "start": 824393588,
            "stop": 824397804
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824412840,
            "stop": 824413034
        },
        {
            "start": 824413608,
            "stop": 824413744
        },
        {
            "start": 824414044,
            "stop": 824414295
        },
        {
            "start": 824415158,
            "stop": 824417135
        },
        {
            "start": 824417138,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        }
    ]
}