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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46640
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=46641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46639",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46640,
    "results": [
        {
            "start": 875019723,
            "stop": 875019779
        },
        {
            "start": 875019780,
            "stop": 875019781
        },
        {
            "start": 875019782,
            "stop": 875019801
        },
        {
            "start": 875019803,
            "stop": 875019811
        },
        {
            "start": 875019812,
            "stop": 875019866
        },
        {
            "start": 875019868,
            "stop": 875019882
        },
        {
            "start": 875019884,
            "stop": 875019904
        },
        {
            "start": 875019905,
            "stop": 875019939
        },
        {
            "start": 875019940,
            "stop": 875019944
        },
        {
            "start": 875019945,
            "stop": 875019957
        },
        {
            "start": 875019962,
            "stop": 875019964
        },
        {
            "start": 875019966,
            "stop": 875019972
        },
        {
            "start": 875019973,
            "stop": 875019976
        },
        {
            "start": 875019977,
            "stop": 875019985
        },
        {
            "start": 875019986,
            "stop": 875020002
        },
        {
            "start": 875020003,
            "stop": 875020015
        },
        {
            "start": 875020018,
            "stop": 875020029
        },
        {
            "start": 875020032,
            "stop": 875020036
        },
        {
            "start": 875020039,
            "stop": 875020045
        },
        {
            "start": 875020047,
            "stop": 875020054
        }
    ]
}