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=46858
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=46859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46857",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46858,
    "results": [
        {
            "start": 875142604,
            "stop": 875142650
        },
        {
            "start": 875142653,
            "stop": 875142654
        },
        {
            "start": 875142657,
            "stop": 875142693
        },
        {
            "start": 875142694,
            "stop": 875142703
        },
        {
            "start": 875142704,
            "stop": 875142706
        },
        {
            "start": 875142707,
            "stop": 875142717
        },
        {
            "start": 875142720,
            "stop": 875142726
        },
        {
            "start": 875142727,
            "stop": 875142740
        },
        {
            "start": 875142744,
            "stop": 875142757
        },
        {
            "start": 875142758,
            "stop": 875142788
        },
        {
            "start": 875142789,
            "stop": 875142846
        },
        {
            "start": 875142849,
            "stop": 875142860
        },
        {
            "start": 875142863,
            "stop": 875142965
        },
        {
            "start": 875142969,
            "stop": 875142979
        },
        {
            "start": 875142980,
            "stop": 875142987
        },
        {
            "start": 875142989,
            "stop": 875143005
        },
        {
            "start": 875143008,
            "stop": 875143024
        },
        {
            "start": 875143027,
            "stop": 875143039
        },
        {
            "start": 875143042,
            "stop": 875143061
        },
        {
            "start": 875143064,
            "stop": 875143154
        }
    ]
}