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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=113",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 114,
    "results": [
        {
            "start": 829004576,
            "stop": 829016294
        },
        {
            "start": 829024494,
            "stop": 829052128
        },
        {
            "start": 829053920,
            "stop": 829059553
        },
        {
            "start": 829059574,
            "stop": 829059575
        },
        {
            "start": 829059880,
            "stop": 829063633
        },
        {
            "start": 829063806,
            "stop": 829066213
        },
        {
            "start": 829066244,
            "stop": 829066245
        },
        {
            "start": 829066288,
            "stop": 829066291
        },
        {
            "start": 829066370,
            "stop": 829066423
        },
        {
            "start": 829067533,
            "stop": 829071226
        },
        {
            "start": 829073975,
            "stop": 829073977
        },
        {
            "start": 829074046,
            "stop": 829075812
        },
        {
            "start": 829075813,
            "stop": 829076247
        },
        {
            "start": 829076248,
            "stop": 829076353
        },
        {
            "start": 829079437,
            "stop": 829079533
        },
        {
            "start": 829079637,
            "stop": 829081762
        },
        {
            "start": 829081765,
            "stop": 829081776
        },
        {
            "start": 829081779,
            "stop": 829081870
        },
        {
            "start": 829081873,
            "stop": 829083216
        },
        {
            "start": 829083217,
            "stop": 829083708
        }
    ]
}