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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=153",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 154,
    "results": [
        {
            "start": 833996132,
            "stop": 833996178
        },
        {
            "start": 833996288,
            "stop": 833996344
        },
        {
            "start": 833996907,
            "stop": 833997180
        },
        {
            "start": 833997290,
            "stop": 833997556
        },
        {
            "start": 833998912,
            "stop": 833998915
        },
        {
            "start": 833999788,
            "stop": 834002537
        },
        {
            "start": 834002837,
            "stop": 834003010
        },
        {
            "start": 834003550,
            "stop": 834003720
        },
        {
            "start": 834004136,
            "stop": 834004272
        },
        {
            "start": 834004645,
            "stop": 834005012
        },
        {
            "start": 834005427,
            "stop": 834009842
        },
        {
            "start": 834009843,
            "stop": 834013338
        },
        {
            "start": 834013638,
            "stop": 834022883
        },
        {
            "start": 834022885,
            "stop": 834037308
        },
        {
            "start": 834038517,
            "stop": 834039003
        },
        {
            "start": 834039005,
            "stop": 834039009
        },
        {
            "start": 834039010,
            "stop": 834040633
        },
        {
            "start": 834040850,
            "stop": 834047953
        },
        {
            "start": 834054406,
            "stop": 834069536
        },
        {
            "start": 834074572,
            "stop": 834074637
        }
    ]
}