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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=274",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 275,
    "results": [
        {
            "start": 931513832,
            "stop": 931513833
        },
        {
            "start": 931513838,
            "stop": 931513839
        },
        {
            "start": 931513842,
            "stop": 931513843
        },
        {
            "start": 931513849,
            "stop": 931513855
        },
        {
            "start": 931513860,
            "stop": 931513862
        },
        {
            "start": 931513868,
            "stop": 931513870
        },
        {
            "start": 931513885,
            "stop": 931513887
        },
        {
            "start": 931513889,
            "stop": 931513891
        },
        {
            "start": 931527621,
            "stop": 931527624
        },
        {
            "start": 931527626,
            "stop": 931527628
        },
        {
            "start": 931527629,
            "stop": 931527633
        },
        {
            "start": 931527635,
            "stop": 931527647
        },
        {
            "start": 931527650,
            "stop": 931527655
        },
        {
            "start": 931527657,
            "stop": 931527659
        },
        {
            "start": 931527661,
            "stop": 931527668
        },
        {
            "start": 931527670,
            "stop": 931527671
        },
        {
            "start": 931527672,
            "stop": 931527687
        },
        {
            "start": 931527688,
            "stop": 931527689
        },
        {
            "start": 931527690,
            "stop": 931527696
        },
        {
            "start": 931527699,
            "stop": 931527706
        }
    ]
}