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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=204",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 205,
    "results": [
        {
            "start": 826623534,
            "stop": 826623594
        },
        {
            "start": 826623740,
            "stop": 826623950
        },
        {
            "start": 826624100,
            "stop": 826624220
        },
        {
            "start": 826624400,
            "stop": 826624460
        },
        {
            "start": 826624490,
            "stop": 826624610
        },
        {
            "start": 826624640,
            "stop": 826624790
        },
        {
            "start": 826624820,
            "stop": 826625390
        },
        {
            "start": 826625420,
            "stop": 826626140
        },
        {
            "start": 826626330,
            "stop": 826626510
        },
        {
            "start": 826629659,
            "stop": 826629779
        },
        {
            "start": 826629930,
            "stop": 826630170
        },
        {
            "start": 826630200,
            "stop": 826630290
        },
        {
            "start": 826630499,
            "stop": 826631009
        },
        {
            "start": 826631236,
            "stop": 826631386
        },
        {
            "start": 826631589,
            "stop": 826631799
        },
        {
            "start": 826632077,
            "stop": 826632557
        },
        {
            "start": 826632587,
            "stop": 826633277
        },
        {
            "start": 826633502,
            "stop": 826634192
        },
        {
            "start": 826634502,
            "stop": 826634622
        },
        {
            "start": 826634652,
            "stop": 826634742
        }
    ]
}