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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=167",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 168,
    "results": [
        {
            "start": 825490771,
            "stop": 825491131
        },
        {
            "start": 825491314,
            "stop": 825491374
        },
        {
            "start": 825491718,
            "stop": 825494958
        },
        {
            "start": 825495108,
            "stop": 825495228
        },
        {
            "start": 825504754,
            "stop": 825505834
        },
        {
            "start": 825506022,
            "stop": 825506382
        },
        {
            "start": 825506548,
            "stop": 825506728
        },
        {
            "start": 825506899,
            "stop": 825508759
        },
        {
            "start": 825508931,
            "stop": 825510491
        },
        {
            "start": 825510648,
            "stop": 825511188
        },
        {
            "start": 825511327,
            "stop": 825511567
        },
        {
            "start": 825511725,
            "stop": 825512145
        },
        {
            "start": 825512296,
            "stop": 825513736
        },
        {
            "start": 825513904,
            "stop": 825513964
        },
        {
            "start": 825514159,
            "stop": 825514279
        },
        {
            "start": 825514637,
            "stop": 825514757
        },
        {
            "start": 825514962,
            "stop": 825515022
        },
        {
            "start": 825515468,
            "stop": 825515528
        },
        {
            "start": 825521461,
            "stop": 825521701
        },
        {
            "start": 825522102,
            "stop": 825522282
        }
    ]
}