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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=44",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 45,
    "results": [
        {
            "start": 820906112,
            "stop": 820909843
        },
        {
            "start": 820910486,
            "stop": 820913120
        },
        {
            "start": 820913152,
            "stop": 820913514
        },
        {
            "start": 820913670,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820934052
        },
        {
            "start": 820934862,
            "stop": 820936992
        },
        {
            "start": 820937024,
            "stop": 820940113
        },
        {
            "start": 820940148,
            "stop": 820940149
        },
        {
            "start": 820940415,
            "stop": 820940708
        },
        {
            "start": 820940872,
            "stop": 820942873
        },
        {
            "start": 820965635,
            "stop": 820967222
        },
        {
            "start": 820968237,
            "stop": 820973646
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820978944
        },
        {
            "start": 820978976,
            "stop": 820981453
        },
        {
            "start": 820982417,
            "stop": 820982528
        },
        {
            "start": 820983072,
            "stop": 820991232
        },
        {
            "start": 820991808,
            "stop": 820993809
        },
        {
            "start": 820995490,
            "stop": 820995766
        },
        {
            "start": 820997694,
            "stop": 820997773
        }
    ]
}