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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=51",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 52,
    "results": [
        {
            "start": 818943496,
            "stop": 818943556
        },
        {
            "start": 818943714,
            "stop": 818943774
        },
        {
            "start": 818943936,
            "stop": 818944236
        },
        {
            "start": 818944416,
            "stop": 818945256
        },
        {
            "start": 818945712,
            "stop": 818945892
        },
        {
            "start": 818946063,
            "stop": 818946783
        },
        {
            "start": 818946952,
            "stop": 818949172
        },
        {
            "start": 818949326,
            "stop": 818950706
        },
        {
            "start": 818950969,
            "stop": 818951029
        },
        {
            "start": 818951189,
            "stop": 818951369
        },
        {
            "start": 818952023,
            "stop": 818952203
        },
        {
            "start": 818952388,
            "stop": 818952568
        },
        {
            "start": 818952838,
            "stop": 818953318
        },
        {
            "start": 818953853,
            "stop": 818953913
        },
        {
            "start": 818954140,
            "stop": 818954560
        },
        {
            "start": 818954758,
            "stop": 818954938
        },
        {
            "start": 818955067,
            "stop": 818955367
        },
        {
            "start": 818955523,
            "stop": 818955583
        },
        {
            "start": 818956105,
            "stop": 818956675
        },
        {
            "start": 818956825,
            "stop": 818957125
        }
    ]
}