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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=141",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 142,
    "results": [
        {
            "start": 931131951,
            "stop": 931131954
        },
        {
            "start": 931131956,
            "stop": 931131959
        },
        {
            "start": 931131961,
            "stop": 931131965
        },
        {
            "start": 931131967,
            "stop": 931131968
        },
        {
            "start": 931131969,
            "stop": 931131974
        },
        {
            "start": 931131975,
            "stop": 931131980
        },
        {
            "start": 931131982,
            "stop": 931131983
        },
        {
            "start": 931131984,
            "stop": 931131986
        },
        {
            "start": 931131991,
            "stop": 931132009
        },
        {
            "start": 931132019,
            "stop": 931132024
        },
        {
            "start": 931132028,
            "stop": 931132032
        },
        {
            "start": 931132038,
            "stop": 931132039
        },
        {
            "start": 931132041,
            "stop": 931132043
        },
        {
            "start": 931132045,
            "stop": 931132053
        },
        {
            "start": 931132055,
            "stop": 931132061
        },
        {
            "start": 931132070,
            "stop": 931132080
        },
        {
            "start": 931132082,
            "stop": 931132087
        },
        {
            "start": 931132088,
            "stop": 931132097
        },
        {
            "start": 931132098,
            "stop": 931132102
        },
        {
            "start": 931132104,
            "stop": 931132114
        }
    ]
}