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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=259",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 260,
    "results": [
        {
            "start": 931165838,
            "stop": 931165842
        },
        {
            "start": 931165844,
            "stop": 931165846
        },
        {
            "start": 931165847,
            "stop": 931165848
        },
        {
            "start": 931165849,
            "stop": 931165850
        },
        {
            "start": 931165852,
            "stop": 931165858
        },
        {
            "start": 931165859,
            "stop": 931165866
        },
        {
            "start": 931165867,
            "stop": 931165870
        },
        {
            "start": 931165872,
            "stop": 931165873
        },
        {
            "start": 931165874,
            "stop": 931165876
        },
        {
            "start": 931165878,
            "stop": 931165881
        },
        {
            "start": 931165883,
            "stop": 931165887
        },
        {
            "start": 931165888,
            "stop": 931165893
        },
        {
            "start": 931165895,
            "stop": 931165896
        },
        {
            "start": 931165897,
            "stop": 931165898
        },
        {
            "start": 931165901,
            "stop": 931165902
        },
        {
            "start": 931165905,
            "stop": 931165911
        },
        {
            "start": 931165912,
            "stop": 931165916
        },
        {
            "start": 931165917,
            "stop": 931165921
        },
        {
            "start": 931165924,
            "stop": 931165928
        },
        {
            "start": 931165930,
            "stop": 931165931
        }
    ]
}