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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=339",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 340,
    "results": [
        {
            "start": 847715561,
            "stop": 847715600
        },
        {
            "start": 847715601,
            "stop": 847715688
        },
        {
            "start": 847715689,
            "stop": 847715710
        },
        {
            "start": 847715711,
            "stop": 847715720
        },
        {
            "start": 847715721,
            "stop": 847715730
        },
        {
            "start": 847715732,
            "stop": 847715805
        },
        {
            "start": 847715806,
            "stop": 847715816
        },
        {
            "start": 847715817,
            "stop": 847715882
        },
        {
            "start": 847715883,
            "stop": 847715884
        },
        {
            "start": 847715885,
            "stop": 847715901
        },
        {
            "start": 847715902,
            "stop": 847715923
        },
        {
            "start": 847715924,
            "stop": 847715943
        },
        {
            "start": 847715945,
            "stop": 847715975
        },
        {
            "start": 847715977,
            "stop": 847715983
        },
        {
            "start": 847715985,
            "stop": 847715986
        },
        {
            "start": 847715987,
            "stop": 847716011
        },
        {
            "start": 847716012,
            "stop": 847716029
        },
        {
            "start": 847716030,
            "stop": 847716051
        },
        {
            "start": 847716052,
            "stop": 847716054
        },
        {
            "start": 847716055,
            "stop": 847716071
        }
    ]
}