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_CAT1/segments?format=api&page=9819
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9818",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9819,
    "results": [
        {
            "start": 873994739,
            "stop": 873994740
        },
        {
            "start": 873994743,
            "stop": 873994746
        },
        {
            "start": 873994749,
            "stop": 873994750
        },
        {
            "start": 873994753,
            "stop": 873994824
        },
        {
            "start": 873994827,
            "stop": 873994845
        },
        {
            "start": 873994848,
            "stop": 873994885
        },
        {
            "start": 873994888,
            "stop": 873994890
        },
        {
            "start": 873994893,
            "stop": 873995179
        },
        {
            "start": 873995185,
            "stop": 873995351
        },
        {
            "start": 873995354,
            "stop": 873997196
        },
        {
            "start": 873997199,
            "stop": 873997285
        },
        {
            "start": 873997288,
            "stop": 873997368
        },
        {
            "start": 873997371,
            "stop": 874001854
        },
        {
            "start": 874001857,
            "stop": 874001894
        },
        {
            "start": 874001897,
            "stop": 874005484
        },
        {
            "start": 874005703,
            "stop": 874007000
        },
        {
            "start": 874007003,
            "stop": 874011493
        },
        {
            "start": 874011496,
            "stop": 874011517
        },
        {
            "start": 874011520,
            "stop": 874012668
        },
        {
            "start": 874012671,
            "stop": 874014486
        }
    ]
}