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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3158",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3159,
    "results": [
        {
            "start": 869257350,
            "stop": 869257380
        },
        {
            "start": 869257440,
            "stop": 869258961
        },
        {
            "start": 869258965,
            "stop": 869261632
        },
        {
            "start": 869261638,
            "stop": 869261682
        },
        {
            "start": 869261690,
            "stop": 869261700
        },
        {
            "start": 869261760,
            "stop": 869261880
        },
        {
            "start": 869261940,
            "stop": 869261970
        },
        {
            "start": 869261973,
            "stop": 869262000
        },
        {
            "start": 869262120,
            "stop": 869265420
        },
        {
            "start": 869265480,
            "stop": 869265524
        },
        {
            "start": 869265527,
            "stop": 869265542
        },
        {
            "start": 869265545,
            "stop": 869265601
        },
        {
            "start": 869265612,
            "stop": 869265780
        },
        {
            "start": 869265840,
            "stop": 869266890
        },
        {
            "start": 869266950,
            "stop": 869267580
        },
        {
            "start": 869267640,
            "stop": 869268357
        },
        {
            "start": 869268363,
            "stop": 869268420
        },
        {
            "start": 869268480,
            "stop": 869277960
        },
        {
            "start": 869278020,
            "stop": 869278424
        },
        {
            "start": 869278740,
            "stop": 869279338
        }
    ]
}