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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=305",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 306,
    "results": [
        {
            "start": 832729762,
            "stop": 832732762
        },
        {
            "start": 832732911,
            "stop": 832733151
        },
        {
            "start": 832733448,
            "stop": 832734948
        },
        {
            "start": 832735425,
            "stop": 832737645
        },
        {
            "start": 832737852,
            "stop": 832740372
        },
        {
            "start": 832741104,
            "stop": 832747464
        },
        {
            "start": 832749010,
            "stop": 832755430
        },
        {
            "start": 832755725,
            "stop": 832761365
        },
        {
            "start": 832761519,
            "stop": 832764639
        },
        {
            "start": 832764868,
            "stop": 832772668
        },
        {
            "start": 832774105,
            "stop": 832774225
        },
        {
            "start": 832774383,
            "stop": 832774683
        },
        {
            "start": 832774854,
            "stop": 832775034
        },
        {
            "start": 832775232,
            "stop": 832775592
        },
        {
            "start": 832775927,
            "stop": 832776047
        },
        {
            "start": 832777364,
            "stop": 832777484
        },
        {
            "start": 832778046,
            "stop": 832778136
        },
        {
            "start": 832778271,
            "stop": 832778331
        },
        {
            "start": 832778475,
            "stop": 832779075
        },
        {
            "start": 832779224,
            "stop": 832779524
        }
    ]
}