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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=267",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 268,
    "results": [
        {
            "start": 821484249,
            "stop": 821484335
        },
        {
            "start": 821484342,
            "stop": 821484673
        },
        {
            "start": 821486277,
            "stop": 821486340
        },
        {
            "start": 821486460,
            "stop": 821486520
        },
        {
            "start": 821486580,
            "stop": 821486593
        },
        {
            "start": 821489091,
            "stop": 821489353
        },
        {
            "start": 821490217,
            "stop": 821491740
        },
        {
            "start": 821491860,
            "stop": 821491912
        },
        {
            "start": 821491919,
            "stop": 821493229
        },
        {
            "start": 821493236,
            "stop": 821493636
        },
        {
            "start": 821493643,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494734
        },
        {
            "start": 821494741,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821495520
        },
        {
            "start": 821495580,
            "stop": 821496060
        },
        {
            "start": 821496120,
            "stop": 821496230
        },
        {
            "start": 821497024,
            "stop": 821497490
        },
        {
            "start": 821497570,
            "stop": 821500118
        },
        {
            "start": 821500125,
            "stop": 821500260
        },
        {
            "start": 821500320,
            "stop": 821500434
        }
    ]
}