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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 44,
    "results": [
        {
            "start": 1371192150,
            "stop": 1371192153
        },
        {
            "start": 1371197859,
            "stop": 1371201204
        },
        {
            "start": 1371206449,
            "stop": 1371226389
        },
        {
            "start": 1371235280,
            "stop": 1371238413
        },
        {
            "start": 1371238418,
            "stop": 1371244334
        },
        {
            "start": 1371244339,
            "stop": 1371244693
        },
        {
            "start": 1371244698,
            "stop": 1371244700
        },
        {
            "start": 1371244705,
            "stop": 1371245027
        },
        {
            "start": 1371245032,
            "stop": 1371245150
        },
        {
            "start": 1371245155,
            "stop": 1371245370
        },
        {
            "start": 1371245375,
            "stop": 1371245473
        },
        {
            "start": 1371245478,
            "stop": 1371245481
        },
        {
            "start": 1371251794,
            "stop": 1371258155
        },
        {
            "start": 1371258160,
            "stop": 1371263508
        },
        {
            "start": 1371263512,
            "stop": 1371269866
        },
        {
            "start": 1371269871,
            "stop": 1371269885
        },
        {
            "start": 1371269890,
            "stop": 1371270650
        },
        {
            "start": 1371270655,
            "stop": 1371270694
        },
        {
            "start": 1371270699,
            "stop": 1371270981
        },
        {
            "start": 1371270986,
            "stop": 1371271055
        }
    ]
}