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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=373",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 374,
    "results": [
        {
            "start": 847742853,
            "stop": 847742908
        },
        {
            "start": 847742909,
            "stop": 847742928
        },
        {
            "start": 847742930,
            "stop": 847742935
        },
        {
            "start": 847742936,
            "stop": 847742945
        },
        {
            "start": 847742946,
            "stop": 847742948
        },
        {
            "start": 847742949,
            "stop": 847742979
        },
        {
            "start": 847742980,
            "stop": 847742990
        },
        {
            "start": 847742991,
            "stop": 847743012
        },
        {
            "start": 847743013,
            "stop": 847743033
        },
        {
            "start": 847743034,
            "stop": 847743055
        },
        {
            "start": 847743056,
            "stop": 847743057
        },
        {
            "start": 847743058,
            "stop": 847743075
        },
        {
            "start": 847743080,
            "stop": 847743097
        },
        {
            "start": 847743098,
            "stop": 847743173
        },
        {
            "start": 847743175,
            "stop": 847743215
        },
        {
            "start": 847743216,
            "stop": 847743290
        },
        {
            "start": 847743291,
            "stop": 847743310
        },
        {
            "start": 847743311,
            "stop": 847743331
        },
        {
            "start": 847743332,
            "stop": 847743361
        },
        {
            "start": 847743362,
            "stop": 847743416
        }
    ]
}