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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=203",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 204,
    "results": [
        {
            "start": 826613570,
            "stop": 826614080
        },
        {
            "start": 826614365,
            "stop": 826615055
        },
        {
            "start": 826615115,
            "stop": 826615595
        },
        {
            "start": 826615625,
            "stop": 826615835
        },
        {
            "start": 826615998,
            "stop": 826616238
        },
        {
            "start": 826616405,
            "stop": 826616525
        },
        {
            "start": 826616715,
            "stop": 826617465
        },
        {
            "start": 826617495,
            "stop": 826618065
        },
        {
            "start": 826618095,
            "stop": 826618395
        },
        {
            "start": 826618545,
            "stop": 826618695
        },
        {
            "start": 826618725,
            "stop": 826619355
        },
        {
            "start": 826619415,
            "stop": 826619625
        },
        {
            "start": 826619773,
            "stop": 826620253
        },
        {
            "start": 826620428,
            "stop": 826620728
        },
        {
            "start": 826620903,
            "stop": 826621083
        },
        {
            "start": 826621403,
            "stop": 826621733
        },
        {
            "start": 826621763,
            "stop": 826621973
        },
        {
            "start": 826622003,
            "stop": 826622303
        },
        {
            "start": 826622443,
            "stop": 826622683
        },
        {
            "start": 826623159,
            "stop": 826623369
        }
    ]
}