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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1835",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1833",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1834,
    "results": [
        {
            "start": 1250389475,
            "stop": 1250390960
        },
        {
            "start": 1250390961,
            "stop": 1250390973
        },
        {
            "start": 1250390975,
            "stop": 1250391413
        },
        {
            "start": 1250391415,
            "stop": 1250391741
        },
        {
            "start": 1250391744,
            "stop": 1250392753
        },
        {
            "start": 1250392754,
            "stop": 1250394891
        },
        {
            "start": 1250394893,
            "stop": 1250395016
        },
        {
            "start": 1250395019,
            "stop": 1250395244
        },
        {
            "start": 1250395247,
            "stop": 1250395363
        },
        {
            "start": 1250395365,
            "stop": 1250395650
        },
        {
            "start": 1250395652,
            "stop": 1250395657
        },
        {
            "start": 1250395658,
            "stop": 1250395669
        },
        {
            "start": 1250395670,
            "stop": 1250396171
        },
        {
            "start": 1250396173,
            "stop": 1250396326
        },
        {
            "start": 1250396328,
            "stop": 1250400163
        },
        {
            "start": 1250400164,
            "stop": 1250400199
        },
        {
            "start": 1250400200,
            "stop": 1250400207
        },
        {
            "start": 1250400210,
            "stop": 1250400213
        },
        {
            "start": 1250400214,
            "stop": 1250400215
        },
        {
            "start": 1250400218,
            "stop": 1250400342
        }
    ]
}