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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=313",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 314,
    "results": [
        {
            "start": 821186705,
            "stop": 821187513
        },
        {
            "start": 821187516,
            "stop": 821187859
        },
        {
            "start": 821187862,
            "stop": 821188567
        },
        {
            "start": 821188570,
            "stop": 821190440
        },
        {
            "start": 821190443,
            "stop": 821190463
        },
        {
            "start": 821190466,
            "stop": 821191350
        },
        {
            "start": 821191353,
            "stop": 821192256
        },
        {
            "start": 821192259,
            "stop": 821192371
        },
        {
            "start": 821192374,
            "stop": 821192522
        },
        {
            "start": 821192525,
            "stop": 821192849
        },
        {
            "start": 821192852,
            "stop": 821193757
        },
        {
            "start": 821193760,
            "stop": 821194884
        },
        {
            "start": 821194887,
            "stop": 821195835
        },
        {
            "start": 821195839,
            "stop": 821197331
        },
        {
            "start": 821197334,
            "stop": 821197654
        },
        {
            "start": 821197657,
            "stop": 821200905
        },
        {
            "start": 821200909,
            "stop": 821201323
        },
        {
            "start": 821201326,
            "stop": 821204074
        },
        {
            "start": 821204077,
            "stop": 821204442
        },
        {
            "start": 821204445,
            "stop": 821208298
        }
    ]
}