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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=361",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 362,
    "results": [
        {
            "start": 847729137,
            "stop": 847729272
        },
        {
            "start": 847729274,
            "stop": 847729280
        },
        {
            "start": 847729281,
            "stop": 847729315
        },
        {
            "start": 847729316,
            "stop": 847729458
        },
        {
            "start": 847729459,
            "stop": 847729517
        },
        {
            "start": 847729519,
            "stop": 847729560
        },
        {
            "start": 847729561,
            "stop": 847729568
        },
        {
            "start": 847729569,
            "stop": 847729598
        },
        {
            "start": 847729599,
            "stop": 847729601
        },
        {
            "start": 847729602,
            "stop": 847729653
        },
        {
            "start": 847729654,
            "stop": 847729656
        },
        {
            "start": 847729657,
            "stop": 847729673
        },
        {
            "start": 847729674,
            "stop": 847729695
        },
        {
            "start": 847729697,
            "stop": 847729698
        },
        {
            "start": 847729699,
            "stop": 847729728
        },
        {
            "start": 847729729,
            "stop": 847729730
        },
        {
            "start": 847729731,
            "stop": 847729815
        },
        {
            "start": 847729816,
            "stop": 847729825
        },
        {
            "start": 847729827,
            "stop": 847729943
        },
        {
            "start": 847729944,
            "stop": 847729954
        }
    ]
}