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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29341",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29342,
    "results": [
        {
            "start": 971250977,
            "stop": 971250992
        },
        {
            "start": 971250993,
            "stop": 971251011
        },
        {
            "start": 971251013,
            "stop": 971251015
        },
        {
            "start": 971251016,
            "stop": 971251022
        },
        {
            "start": 971251023,
            "stop": 971251032
        },
        {
            "start": 971251033,
            "stop": 971251048
        },
        {
            "start": 971251050,
            "stop": 971251067
        },
        {
            "start": 971251069,
            "stop": 971251082
        },
        {
            "start": 971251085,
            "stop": 971251099
        },
        {
            "start": 971251101,
            "stop": 971251150
        },
        {
            "start": 971251151,
            "stop": 971251154
        },
        {
            "start": 971251156,
            "stop": 971251163
        },
        {
            "start": 971251165,
            "stop": 971251192
        },
        {
            "start": 971251193,
            "stop": 971251194
        },
        {
            "start": 971251197,
            "stop": 971251198
        },
        {
            "start": 971251199,
            "stop": 971251217
        },
        {
            "start": 971251219,
            "stop": 971251230
        },
        {
            "start": 971251231,
            "stop": 971251241
        },
        {
            "start": 971251242,
            "stop": 971251246
        },
        {
            "start": 971251248,
            "stop": 971251280
        }
    ]
}