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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=291",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 292,
    "results": [
        {
            "start": 821244946,
            "stop": 821244951
        },
        {
            "start": 821244954,
            "stop": 821245052
        },
        {
            "start": 821245055,
            "stop": 821245159
        },
        {
            "start": 821245162,
            "stop": 821245237
        },
        {
            "start": 821245240,
            "stop": 821245281
        },
        {
            "start": 821245284,
            "stop": 821245329
        },
        {
            "start": 821245332,
            "stop": 821245355
        },
        {
            "start": 821245358,
            "stop": 821245366
        },
        {
            "start": 821245369,
            "stop": 821245422
        },
        {
            "start": 821245425,
            "stop": 821245450
        },
        {
            "start": 821245453,
            "stop": 821245504
        },
        {
            "start": 821245507,
            "stop": 821245508
        },
        {
            "start": 821245511,
            "stop": 821245528
        },
        {
            "start": 821245531,
            "stop": 821245687
        },
        {
            "start": 821245690,
            "stop": 821245760
        },
        {
            "start": 821245763,
            "stop": 821245796
        },
        {
            "start": 821245799,
            "stop": 821245912
        },
        {
            "start": 821245915,
            "stop": 821245951
        },
        {
            "start": 821245954,
            "stop": 821245996
        },
        {
            "start": 821245999,
            "stop": 821246005
        }
    ]
}