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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=189",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 190,
    "results": [
        {
            "start": 826451504,
            "stop": 826451564
        },
        {
            "start": 826451714,
            "stop": 826452254
        },
        {
            "start": 826452410,
            "stop": 826452710
        },
        {
            "start": 826452847,
            "stop": 826453207
        },
        {
            "start": 826453341,
            "stop": 826454541
        },
        {
            "start": 826454837,
            "stop": 826454957
        },
        {
            "start": 826455148,
            "stop": 826455268
        },
        {
            "start": 826455897,
            "stop": 826455957
        },
        {
            "start": 826456669,
            "stop": 826456729
        },
        {
            "start": 826456892,
            "stop": 826456952
        },
        {
            "start": 826459389,
            "stop": 826459629
        },
        {
            "start": 826460031,
            "stop": 826460271
        },
        {
            "start": 826460933,
            "stop": 826460993
        },
        {
            "start": 826461349,
            "stop": 826461529
        },
        {
            "start": 826461678,
            "stop": 826461738
        },
        {
            "start": 826462049,
            "stop": 826462169
        },
        {
            "start": 826462320,
            "stop": 826462440
        },
        {
            "start": 826465296,
            "stop": 826465356
        },
        {
            "start": 826477796,
            "stop": 826477856
        },
        {
            "start": 826481853,
            "stop": 826482213
        }
    ]
}