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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 230,
    "results": [
        {
            "start": 1126875579,
            "stop": 1126875584
        },
        {
            "start": 1126875585,
            "stop": 1126875588
        },
        {
            "start": 1126875592,
            "stop": 1126875593
        },
        {
            "start": 1126875594,
            "stop": 1126875595
        },
        {
            "start": 1126875596,
            "stop": 1126875598
        },
        {
            "start": 1126875599,
            "stop": 1126875600
        },
        {
            "start": 1126875601,
            "stop": 1126875603
        },
        {
            "start": 1126875613,
            "stop": 1126875614
        },
        {
            "start": 1126875615,
            "stop": 1126875646
        },
        {
            "start": 1126875648,
            "stop": 1126875657
        },
        {
            "start": 1126875660,
            "stop": 1126875661
        },
        {
            "start": 1126875662,
            "stop": 1126875664
        },
        {
            "start": 1126875666,
            "stop": 1126875667
        },
        {
            "start": 1126875669,
            "stop": 1126875670
        },
        {
            "start": 1126875686,
            "stop": 1126875695
        },
        {
            "start": 1126875696,
            "stop": 1126875707
        },
        {
            "start": 1126875708,
            "stop": 1126875711
        },
        {
            "start": 1126875712,
            "stop": 1126875721
        },
        {
            "start": 1126875722,
            "stop": 1126875723
        },
        {
            "start": 1126875724,
            "stop": 1126875725
        }
    ]
}