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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=140",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 141,
    "results": [
        {
            "start": 1417537729,
            "stop": 1417538649
        },
        {
            "start": 1417538654,
            "stop": 1417539428
        },
        {
            "start": 1417539435,
            "stop": 1417539436
        },
        {
            "start": 1417539445,
            "stop": 1417539448
        },
        {
            "start": 1417539452,
            "stop": 1417539458
        },
        {
            "start": 1417539461,
            "stop": 1417539502
        },
        {
            "start": 1417539505,
            "stop": 1417539532
        },
        {
            "start": 1417539539,
            "stop": 1417539553
        },
        {
            "start": 1417539569,
            "stop": 1417539929
        },
        {
            "start": 1417539934,
            "stop": 1417539941
        },
        {
            "start": 1417539946,
            "stop": 1417539947
        },
        {
            "start": 1417539954,
            "stop": 1417540064
        },
        {
            "start": 1417540085,
            "stop": 1417540086
        },
        {
            "start": 1417540089,
            "stop": 1417540354
        },
        {
            "start": 1417540363,
            "stop": 1417540369
        },
        {
            "start": 1417540378,
            "stop": 1417540380
        },
        {
            "start": 1417540384,
            "stop": 1417540450
        },
        {
            "start": 1417540457,
            "stop": 1417540467
        },
        {
            "start": 1417540471,
            "stop": 1417540588
        },
        {
            "start": 1417540592,
            "stop": 1417540593
        }
    ]
}