Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=769
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=770",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=768",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 769,
    "results": [
        {
            "start": 1269007560,
            "stop": 1269007561
        },
        {
            "start": 1269007562,
            "stop": 1269007563
        },
        {
            "start": 1269007564,
            "stop": 1269007565
        },
        {
            "start": 1269007571,
            "stop": 1269009131
        },
        {
            "start": 1269009134,
            "stop": 1269009236
        },
        {
            "start": 1269009239,
            "stop": 1269009690
        },
        {
            "start": 1269009693,
            "stop": 1269012002
        },
        {
            "start": 1269012005,
            "stop": 1269012498
        },
        {
            "start": 1269012501,
            "stop": 1269013259
        },
        {
            "start": 1269013262,
            "stop": 1269014468
        },
        {
            "start": 1269014471,
            "stop": 1269015707
        },
        {
            "start": 1269015710,
            "stop": 1269015922
        },
        {
            "start": 1269015925,
            "stop": 1269016045
        },
        {
            "start": 1269016048,
            "stop": 1269017277
        },
        {
            "start": 1269017280,
            "stop": 1269021617
        },
        {
            "start": 1269027017,
            "stop": 1269029174
        },
        {
            "start": 1269029177,
            "stop": 1269029384
        },
        {
            "start": 1269029387,
            "stop": 1269029483
        },
        {
            "start": 1269029493,
            "stop": 1269029523
        },
        {
            "start": 1269029526,
            "stop": 1269029591
        }
    ]
}