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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=104",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 105,
    "results": [
        {
            "start": 931092552,
            "stop": 931092554
        },
        {
            "start": 931092556,
            "stop": 931092559
        },
        {
            "start": 931092560,
            "stop": 931092562
        },
        {
            "start": 931092564,
            "stop": 931092566
        },
        {
            "start": 931092569,
            "stop": 931092570
        },
        {
            "start": 931092571,
            "stop": 931092573
        },
        {
            "start": 931092575,
            "stop": 931092586
        },
        {
            "start": 931092592,
            "stop": 931092593
        },
        {
            "start": 931092595,
            "stop": 931092597
        },
        {
            "start": 931092599,
            "stop": 931092600
        },
        {
            "start": 931092601,
            "stop": 931092602
        },
        {
            "start": 931092604,
            "stop": 931092613
        },
        {
            "start": 931092615,
            "stop": 931092616
        },
        {
            "start": 931092617,
            "stop": 931092622
        },
        {
            "start": 931092623,
            "stop": 931092630
        },
        {
            "start": 931092631,
            "stop": 931092632
        },
        {
            "start": 931092633,
            "stop": 931092635
        },
        {
            "start": 931092637,
            "stop": 931092638
        },
        {
            "start": 931092639,
            "stop": 931092640
        },
        {
            "start": 931092642,
            "stop": 931092643
        }
    ]
}