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_H1L1/segments?format=api&page=116
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_H1L1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=115",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 116,
    "results": [
        {
            "start": 821406280,
            "stop": 821406760
        },
        {
            "start": 821406922,
            "stop": 821407162
        },
        {
            "start": 821407327,
            "stop": 821407867
        },
        {
            "start": 821408210,
            "stop": 821408270
        },
        {
            "start": 821408441,
            "stop": 821409761
        },
        {
            "start": 821410604,
            "stop": 821410664
        },
        {
            "start": 821410862,
            "stop": 821410922
        },
        {
            "start": 821411555,
            "stop": 821411735
        },
        {
            "start": 821411976,
            "stop": 821412396
        },
        {
            "start": 821412542,
            "stop": 821413322
        },
        {
            "start": 821413488,
            "stop": 821414388
        },
        {
            "start": 821414548,
            "stop": 821414728
        },
        {
            "start": 821414880,
            "stop": 821414940
        },
        {
            "start": 821415093,
            "stop": 821415873
        },
        {
            "start": 821416582,
            "stop": 821416882
        },
        {
            "start": 821417206,
            "stop": 821417506
        },
        {
            "start": 821417664,
            "stop": 821418264
        },
        {
            "start": 821418429,
            "stop": 821419569
        },
        {
            "start": 821419726,
            "stop": 821420146
        },
        {
            "start": 821420323,
            "stop": 821421163
        }
    ]
}