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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1353",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1354,
    "results": [
        {
            "start": 843851148,
            "stop": 843851158
        },
        {
            "start": 843851162,
            "stop": 843851172
        },
        {
            "start": 843851175,
            "stop": 843851189
        },
        {
            "start": 843851199,
            "stop": 843851230
        },
        {
            "start": 843851233,
            "stop": 843851253
        },
        {
            "start": 843851256,
            "stop": 843851279
        },
        {
            "start": 843851282,
            "stop": 843851312
        },
        {
            "start": 843851315,
            "stop": 843851323
        },
        {
            "start": 843851326,
            "stop": 843851332
        },
        {
            "start": 843851335,
            "stop": 843851389
        },
        {
            "start": 843851392,
            "stop": 843851393
        },
        {
            "start": 843851396,
            "stop": 843851399
        },
        {
            "start": 843851405,
            "stop": 843851409
        },
        {
            "start": 843851412,
            "stop": 843851429
        },
        {
            "start": 843851432,
            "stop": 843851471
        },
        {
            "start": 843851474,
            "stop": 843851477
        },
        {
            "start": 843851480,
            "stop": 843851504
        },
        {
            "start": 843851507,
            "stop": 843851529
        },
        {
            "start": 843851533,
            "stop": 843851553
        },
        {
            "start": 843851556,
            "stop": 843851557
        }
    ]
}