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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=163",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 164,
    "results": [
        {
            "start": 1419592314,
            "stop": 1419596483
        },
        {
            "start": 1419596486,
            "stop": 1419596717
        },
        {
            "start": 1419596722,
            "stop": 1419609435
        },
        {
            "start": 1419611793,
            "stop": 1419619501
        },
        {
            "start": 1419619506,
            "stop": 1419621403
        },
        {
            "start": 1419621408,
            "stop": 1419622767
        },
        {
            "start": 1419622772,
            "stop": 1419623775
        },
        {
            "start": 1419626615,
            "stop": 1419634965
        },
        {
            "start": 1419634970,
            "stop": 1419635982
        },
        {
            "start": 1419635987,
            "stop": 1419636268
        },
        {
            "start": 1419636271,
            "stop": 1419657043
        },
        {
            "start": 1419657048,
            "stop": 1419661819
        },
        {
            "start": 1419661824,
            "stop": 1419670342
        },
        {
            "start": 1419670347,
            "stop": 1419684130
        },
        {
            "start": 1419684135,
            "stop": 1419684555
        },
        {
            "start": 1419684560,
            "stop": 1419686179
        },
        {
            "start": 1419686184,
            "stop": 1419689462
        },
        {
            "start": 1419689467,
            "stop": 1419691425
        },
        {
            "start": 1419698664,
            "stop": 1419700098
        },
        {
            "start": 1419700102,
            "stop": 1419700702
        }
    ]
}