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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=248",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 249,
    "results": [
        {
            "start": 859737807,
            "stop": 859751603
        },
        {
            "start": 859752467,
            "stop": 859758242
        },
        {
            "start": 859758245,
            "stop": 859758336
        },
        {
            "start": 859758902,
            "stop": 859761457
        },
        {
            "start": 859762860,
            "stop": 859766654
        },
        {
            "start": 859767242,
            "stop": 859781258
        },
        {
            "start": 859782818,
            "stop": 859787071
        },
        {
            "start": 859796788,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859831578
        },
        {
            "start": 859834357,
            "stop": 859848824
        },
        {
            "start": 859849602,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859898954
        },
        {
            "start": 859900450,
            "stop": 859922476
        },
        {
            "start": 859925963,
            "stop": 859934467
        },
        {
            "start": 859935476,
            "stop": 859987150
        },
        {
            "start": 859987153,
            "stop": 859987154
        },
        {
            "start": 859987201,
            "stop": 860000729
        },
        {
            "start": 860001339,
            "stop": 860010971
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060461
        }
    ]
}