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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 77,
    "results": [
        {
            "start": 1126535809,
            "stop": 1126535814
        },
        {
            "start": 1126535815,
            "stop": 1126535823
        },
        {
            "start": 1126535825,
            "stop": 1126535902
        },
        {
            "start": 1126535903,
            "stop": 1126535915
        },
        {
            "start": 1126535917,
            "stop": 1126535924
        },
        {
            "start": 1126535926,
            "stop": 1126536064
        },
        {
            "start": 1126536066,
            "stop": 1126536118
        },
        {
            "start": 1126536120,
            "stop": 1126536124
        },
        {
            "start": 1126536127,
            "stop": 1126536223
        },
        {
            "start": 1126536224,
            "stop": 1126536239
        },
        {
            "start": 1126536241,
            "stop": 1126536256
        },
        {
            "start": 1126536258,
            "stop": 1126536265
        },
        {
            "start": 1126536267,
            "stop": 1126536311
        },
        {
            "start": 1126536313,
            "stop": 1126536359
        },
        {
            "start": 1126536361,
            "stop": 1126536368
        },
        {
            "start": 1126536370,
            "stop": 1126536376
        },
        {
            "start": 1126536378,
            "stop": 1126536379
        },
        {
            "start": 1126536381,
            "stop": 1126536415
        },
        {
            "start": 1126536417,
            "stop": 1126536420
        },
        {
            "start": 1126536425,
            "stop": 1126536526
        }
    ]
}