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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=155",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 156,
    "results": [
        {
            "start": 819962999,
            "stop": 819963121
        },
        {
            "start": 819963124,
            "stop": 819963353
        },
        {
            "start": 819963356,
            "stop": 819963360
        },
        {
            "start": 819963363,
            "stop": 819963666
        },
        {
            "start": 819963670,
            "stop": 819963884
        },
        {
            "start": 819963888,
            "stop": 819964324
        },
        {
            "start": 819964327,
            "stop": 819964437
        },
        {
            "start": 819964441,
            "stop": 819964641
        },
        {
            "start": 819964645,
            "stop": 819964734
        },
        {
            "start": 819964737,
            "stop": 819964873
        },
        {
            "start": 819964876,
            "stop": 819964882
        },
        {
            "start": 819964885,
            "stop": 819964887
        },
        {
            "start": 819964890,
            "stop": 819964972
        },
        {
            "start": 819964975,
            "stop": 819965275
        },
        {
            "start": 819965281,
            "stop": 819965465
        },
        {
            "start": 819965469,
            "stop": 819965731
        },
        {
            "start": 819965734,
            "stop": 819965777
        },
        {
            "start": 819965780,
            "stop": 819965863
        },
        {
            "start": 819965866,
            "stop": 819965941
        },
        {
            "start": 819965945,
            "stop": 819965989
        }
    ]
}