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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=363",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 364,
    "results": [
        {
            "start": 934555430,
            "stop": 934555431
        },
        {
            "start": 934555433,
            "stop": 934555437
        },
        {
            "start": 934555438,
            "stop": 934555449
        },
        {
            "start": 934555450,
            "stop": 934555486
        },
        {
            "start": 934558569,
            "stop": 934560133
        },
        {
            "start": 934560136,
            "stop": 934560153
        },
        {
            "start": 934560155,
            "stop": 934560157
        },
        {
            "start": 934560159,
            "stop": 934560182
        },
        {
            "start": 934560184,
            "stop": 934560209
        },
        {
            "start": 934560211,
            "stop": 934560215
        },
        {
            "start": 934560218,
            "stop": 934560232
        },
        {
            "start": 934560236,
            "stop": 934561045
        },
        {
            "start": 934561047,
            "stop": 934561524
        },
        {
            "start": 934566136,
            "stop": 934566924
        },
        {
            "start": 934570265,
            "stop": 934570934
        },
        {
            "start": 934570937,
            "stop": 934570958
        },
        {
            "start": 934570960,
            "stop": 934570965
        },
        {
            "start": 934570969,
            "stop": 934570983
        },
        {
            "start": 934570986,
            "stop": 934571010
        },
        {
            "start": 934571012,
            "stop": 934571016
        }
    ]
}