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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 112,
    "results": [
        {
            "start": 1239299716,
            "stop": 1239299742
        },
        {
            "start": 1239299743,
            "stop": 1239299790
        },
        {
            "start": 1239299791,
            "stop": 1239299993
        },
        {
            "start": 1239299996,
            "stop": 1239300180
        },
        {
            "start": 1239300182,
            "stop": 1239300204
        },
        {
            "start": 1239300207,
            "stop": 1239300414
        },
        {
            "start": 1239300417,
            "stop": 1239300573
        },
        {
            "start": 1239300576,
            "stop": 1239300630
        },
        {
            "start": 1239300631,
            "stop": 1239300646
        },
        {
            "start": 1239300649,
            "stop": 1239300667
        },
        {
            "start": 1239300675,
            "stop": 1239300720
        },
        {
            "start": 1239300723,
            "stop": 1239300832
        },
        {
            "start": 1239300833,
            "stop": 1239300866
        },
        {
            "start": 1239300867,
            "stop": 1239300883
        },
        {
            "start": 1239300884,
            "stop": 1239300969
        },
        {
            "start": 1239300972,
            "stop": 1239301050
        },
        {
            "start": 1239301053,
            "stop": 1239301109
        },
        {
            "start": 1239301110,
            "stop": 1239301319
        },
        {
            "start": 1239301320,
            "stop": 1239301413
        },
        {
            "start": 1239301414,
            "stop": 1239301550
        }
    ]
}