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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=317",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 318,
    "results": [
        {
            "start": 833481948,
            "stop": 833482788
        },
        {
            "start": 833482933,
            "stop": 833483173
        },
        {
            "start": 833483334,
            "stop": 833483394
        },
        {
            "start": 833483669,
            "stop": 833483789
        },
        {
            "start": 833483977,
            "stop": 833484397
        },
        {
            "start": 833484557,
            "stop": 833484677
        },
        {
            "start": 833484884,
            "stop": 833485124
        },
        {
            "start": 833485602,
            "stop": 833485662
        },
        {
            "start": 833485834,
            "stop": 833487514
        },
        {
            "start": 833488488,
            "stop": 833488548
        },
        {
            "start": 833488710,
            "stop": 833489430
        },
        {
            "start": 833489597,
            "stop": 833489897
        },
        {
            "start": 833490027,
            "stop": 833490387
        },
        {
            "start": 833491215,
            "stop": 833492475
        },
        {
            "start": 833492689,
            "stop": 833494549
        },
        {
            "start": 833494756,
            "stop": 833500936
        },
        {
            "start": 833501135,
            "stop": 833503475
        },
        {
            "start": 833503625,
            "stop": 833507885
        },
        {
            "start": 833508177,
            "stop": 833510757
        },
        {
            "start": 833510983,
            "stop": 833511043
        }
    ]
}