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=434
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=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=433",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 434,
    "results": [
        {
            "start": 847808018,
            "stop": 847808029
        },
        {
            "start": 847808031,
            "stop": 847808032
        },
        {
            "start": 847808033,
            "stop": 847808064
        },
        {
            "start": 847808065,
            "stop": 847808143
        },
        {
            "start": 847808145,
            "stop": 847808270
        },
        {
            "start": 847808272,
            "stop": 847808372
        },
        {
            "start": 847808373,
            "stop": 847808480
        },
        {
            "start": 847808481,
            "stop": 847808500
        },
        {
            "start": 847808501,
            "stop": 847808525
        },
        {
            "start": 847808526,
            "stop": 847808527
        },
        {
            "start": 847808528,
            "stop": 847808530
        },
        {
            "start": 847808531,
            "stop": 847808532
        },
        {
            "start": 847808533,
            "stop": 847808564
        },
        {
            "start": 847808566,
            "stop": 847808585
        },
        {
            "start": 847808586,
            "stop": 847808702
        },
        {
            "start": 847808703,
            "stop": 847808710
        },
        {
            "start": 847808712,
            "stop": 847808741
        },
        {
            "start": 847808742,
            "stop": 847808743
        },
        {
            "start": 847808744,
            "stop": 847808745
        },
        {
            "start": 847808746,
            "stop": 847808752
        }
    ]
}