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=1403
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=1404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1402",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1403,
    "results": [
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377807
        },
        {
            "start": 846379546,
            "stop": 846382513
        },
        {
            "start": 846382524,
            "stop": 846382525
        },
        {
            "start": 846382717,
            "stop": 846384058
        },
        {
            "start": 846384061,
            "stop": 846385735
        },
        {
            "start": 846385739,
            "stop": 846385742
        },
        {
            "start": 846385745,
            "stop": 846385940
        },
        {
            "start": 846385943,
            "stop": 846388350
        },
        {
            "start": 846388353,
            "stop": 846388397
        },
        {
            "start": 846388400,
            "stop": 846388795
        },
        {
            "start": 846388798,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846421098
        },
        {
            "start": 846421101,
            "stop": 846435820
        },
        {
            "start": 846435969,
            "stop": 846438564
        },
        {
            "start": 846438568,
            "stop": 846440173
        },
        {
            "start": 846440272,
            "stop": 846457803
        },
        {
            "start": 846460721,
            "stop": 846517647
        },
        {
            "start": 846517650,
            "stop": 846521319
        },
        {
            "start": 846521322,
            "stop": 846525340
        }
    ]
}