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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46952",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46953,
    "results": [
        {
            "start": 875205490,
            "stop": 875205511
        },
        {
            "start": 875205512,
            "stop": 875205528
        },
        {
            "start": 875205532,
            "stop": 875205553
        },
        {
            "start": 875205556,
            "stop": 875205567
        },
        {
            "start": 875205570,
            "stop": 875205576
        },
        {
            "start": 875205579,
            "stop": 875205580
        },
        {
            "start": 875205581,
            "stop": 875205609
        },
        {
            "start": 875205610,
            "stop": 875205616
        },
        {
            "start": 875205617,
            "stop": 875205619
        },
        {
            "start": 875205620,
            "stop": 875205653
        },
        {
            "start": 875205656,
            "stop": 875205663
        },
        {
            "start": 875205664,
            "stop": 875205680
        },
        {
            "start": 875205683,
            "stop": 875205718
        },
        {
            "start": 875205722,
            "stop": 875205744
        },
        {
            "start": 875205745,
            "stop": 875205760
        },
        {
            "start": 875205761,
            "stop": 875205765
        },
        {
            "start": 875205766,
            "stop": 875205799
        },
        {
            "start": 875205800,
            "stop": 875205818
        },
        {
            "start": 875205821,
            "stop": 875205829
        },
        {
            "start": 875205830,
            "stop": 875205850
        }
    ]
}