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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3148",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3149,
    "results": [
        {
            "start": 868998360,
            "stop": 868998780
        },
        {
            "start": 868998840,
            "stop": 868999035
        },
        {
            "start": 868999040,
            "stop": 868999080
        },
        {
            "start": 868999140,
            "stop": 868999227
        },
        {
            "start": 868999233,
            "stop": 868999247
        },
        {
            "start": 868999255,
            "stop": 868999260
        },
        {
            "start": 868999320,
            "stop": 868999560
        },
        {
            "start": 868999680,
            "stop": 868999920
        },
        {
            "start": 868999980,
            "stop": 869000130
        },
        {
            "start": 869000135,
            "stop": 869000145
        },
        {
            "start": 869000150,
            "stop": 869000160
        },
        {
            "start": 869000340,
            "stop": 869002620
        },
        {
            "start": 869002680,
            "stop": 869004169
        },
        {
            "start": 869004173,
            "stop": 869004480
        },
        {
            "start": 869004600,
            "stop": 869005080
        },
        {
            "start": 869005140,
            "stop": 869005200
        },
        {
            "start": 869005435,
            "stop": 869005440
        },
        {
            "start": 869005620,
            "stop": 869006100
        },
        {
            "start": 869006220,
            "stop": 869006280
        },
        {
            "start": 869006400,
            "stop": 869006481
        }
    ]
}