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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=200",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 201,
    "results": [
        {
            "start": 931152243,
            "stop": 931152246
        },
        {
            "start": 931152249,
            "stop": 931152252
        },
        {
            "start": 931152253,
            "stop": 931152255
        },
        {
            "start": 931152256,
            "stop": 931152257
        },
        {
            "start": 931152258,
            "stop": 931152259
        },
        {
            "start": 931152260,
            "stop": 931152265
        },
        {
            "start": 931152270,
            "stop": 931152271
        },
        {
            "start": 931152273,
            "stop": 931152274
        },
        {
            "start": 931152276,
            "stop": 931152277
        },
        {
            "start": 931152279,
            "stop": 931152280
        },
        {
            "start": 931152281,
            "stop": 931152283
        },
        {
            "start": 931152284,
            "stop": 931152285
        },
        {
            "start": 931152286,
            "stop": 931152287
        },
        {
            "start": 931152288,
            "stop": 931152298
        },
        {
            "start": 931152301,
            "stop": 931152305
        },
        {
            "start": 931152310,
            "stop": 931152311
        },
        {
            "start": 931152313,
            "stop": 931152314
        },
        {
            "start": 931152315,
            "stop": 931152318
        },
        {
            "start": 931152320,
            "stop": 931152322
        },
        {
            "start": 931152324,
            "stop": 931152333
        }
    ]
}