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=46744
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=46745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46743",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46744,
    "results": [
        {
            "start": 875074799,
            "stop": 875074805
        },
        {
            "start": 875074806,
            "stop": 875074816
        },
        {
            "start": 875074817,
            "stop": 875074825
        },
        {
            "start": 875074826,
            "stop": 875074894
        },
        {
            "start": 875074895,
            "stop": 875074914
        },
        {
            "start": 875074915,
            "stop": 875074940
        },
        {
            "start": 875074941,
            "stop": 875074950
        },
        {
            "start": 875074951,
            "stop": 875074962
        },
        {
            "start": 875074964,
            "stop": 875074974
        },
        {
            "start": 875074976,
            "stop": 875074986
        },
        {
            "start": 875074987,
            "stop": 875074995
        },
        {
            "start": 875074996,
            "stop": 875075029
        },
        {
            "start": 875075030,
            "stop": 875075032
        },
        {
            "start": 875075033,
            "stop": 875075084
        },
        {
            "start": 875075085,
            "stop": 875075126
        },
        {
            "start": 875075128,
            "stop": 875075145
        },
        {
            "start": 875075146,
            "stop": 875075159
        },
        {
            "start": 875075160,
            "stop": 875075168
        },
        {
            "start": 875075169,
            "stop": 875075199
        },
        {
            "start": 875075200,
            "stop": 875075244
        }
    ]
}