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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=85",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 86,
    "results": [
        {
            "start": 824965760,
            "stop": 824968297
        },
        {
            "start": 824974879,
            "stop": 824975793
        },
        {
            "start": 824977858,
            "stop": 824977984
        },
        {
            "start": 824978016,
            "stop": 824979136
        },
        {
            "start": 824979168,
            "stop": 824979744
        },
        {
            "start": 824979776,
            "stop": 824981696
        },
        {
            "start": 824981728,
            "stop": 824989008
        },
        {
            "start": 824996749,
            "stop": 824996778
        },
        {
            "start": 824997501,
            "stop": 824998455
        },
        {
            "start": 824999082,
            "stop": 825009024
        },
        {
            "start": 825009056,
            "stop": 825013856
        },
        {
            "start": 825013888,
            "stop": 825014708
        },
        {
            "start": 825014712,
            "stop": 825016820
        },
        {
            "start": 825016823,
            "stop": 825018890
        },
        {
            "start": 825018898,
            "stop": 825018914
        },
        {
            "start": 825018918,
            "stop": 825021696
        },
        {
            "start": 825021728,
            "stop": 825022871
        },
        {
            "start": 825022875,
            "stop": 825031375
        },
        {
            "start": 825031386,
            "stop": 825031403
        },
        {
            "start": 825031406,
            "stop": 825031487
        }
    ]
}