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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=418",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 419,
    "results": [
        {
            "start": 821770147,
            "stop": 821770175
        },
        {
            "start": 821770178,
            "stop": 821770179
        },
        {
            "start": 821770182,
            "stop": 821770210
        },
        {
            "start": 821770213,
            "stop": 821770217
        },
        {
            "start": 821770220,
            "stop": 821770221
        },
        {
            "start": 821770224,
            "stop": 821770226
        },
        {
            "start": 821770229,
            "stop": 821770247
        },
        {
            "start": 821770250,
            "stop": 821770255
        },
        {
            "start": 821770258,
            "stop": 821770259
        },
        {
            "start": 821770262,
            "stop": 821770268
        },
        {
            "start": 821770273,
            "stop": 821770274
        },
        {
            "start": 821770280,
            "stop": 821770328
        },
        {
            "start": 821770332,
            "stop": 821770431
        },
        {
            "start": 821770434,
            "stop": 821770435
        },
        {
            "start": 821770438,
            "stop": 821770568
        },
        {
            "start": 821770571,
            "stop": 821770580
        },
        {
            "start": 821770583,
            "stop": 821770588
        },
        {
            "start": 821770591,
            "stop": 821770596
        },
        {
            "start": 821770599,
            "stop": 821770600
        },
        {
            "start": 821770603,
            "stop": 821770609
        }
    ]
}