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=1341
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=1342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1340",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1341,
    "results": [
        {
            "start": 843846350,
            "stop": 843846353
        },
        {
            "start": 843846356,
            "stop": 843846358
        },
        {
            "start": 843846361,
            "stop": 843846365
        },
        {
            "start": 843846368,
            "stop": 843846373
        },
        {
            "start": 843846376,
            "stop": 843846384
        },
        {
            "start": 843846388,
            "stop": 843846389
        },
        {
            "start": 843846394,
            "stop": 843846398
        },
        {
            "start": 843846401,
            "stop": 843846423
        },
        {
            "start": 843846426,
            "stop": 843846428
        },
        {
            "start": 843846437,
            "stop": 843846454
        },
        {
            "start": 843846457,
            "stop": 843846466
        },
        {
            "start": 843846469,
            "stop": 843846471
        },
        {
            "start": 843846474,
            "stop": 843846490
        },
        {
            "start": 843846493,
            "stop": 843846496
        },
        {
            "start": 843846499,
            "stop": 843846535
        },
        {
            "start": 843846538,
            "stop": 843846577
        },
        {
            "start": 843846580,
            "stop": 843846596
        },
        {
            "start": 843846599,
            "stop": 843846609
        },
        {
            "start": 843846613,
            "stop": 843846620
        },
        {
            "start": 843846623,
            "stop": 843846649
        }
    ]
}