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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=639",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=637",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 638,
    "results": [
        {
            "start": 1247582985,
            "stop": 1247583484
        },
        {
            "start": 1247583487,
            "stop": 1247583999
        },
        {
            "start": 1247584000,
            "stop": 1247586786
        },
        {
            "start": 1247586789,
            "stop": 1247589882
        },
        {
            "start": 1247589884,
            "stop": 1247590004
        },
        {
            "start": 1247590009,
            "stop": 1247590762
        },
        {
            "start": 1247590766,
            "stop": 1247591110
        },
        {
            "start": 1247591114,
            "stop": 1247594132
        },
        {
            "start": 1247596927,
            "stop": 1247598145
        },
        {
            "start": 1247598148,
            "stop": 1247598515
        },
        {
            "start": 1247598518,
            "stop": 1247598624
        },
        {
            "start": 1247601414,
            "stop": 1247602629
        },
        {
            "start": 1247602637,
            "stop": 1247603557
        },
        {
            "start": 1247603562,
            "stop": 1247603955
        },
        {
            "start": 1247603959,
            "stop": 1247604287
        },
        {
            "start": 1247604291,
            "stop": 1247604781
        },
        {
            "start": 1247604786,
            "stop": 1247604914
        },
        {
            "start": 1247604918,
            "stop": 1247605395
        },
        {
            "start": 1247605397,
            "stop": 1247608578
        },
        {
            "start": 1247608588,
            "stop": 1247608737
        }
    ]
}