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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 67,
    "results": [
        {
            "start": 1126525786,
            "stop": 1126526108
        },
        {
            "start": 1126526110,
            "stop": 1126526456
        },
        {
            "start": 1126526457,
            "stop": 1126526815
        },
        {
            "start": 1126526816,
            "stop": 1126527177
        },
        {
            "start": 1126527178,
            "stop": 1126527520
        },
        {
            "start": 1126527521,
            "stop": 1126527827
        },
        {
            "start": 1126527828,
            "stop": 1126528137
        },
        {
            "start": 1126528138,
            "stop": 1126528431
        },
        {
            "start": 1126528432,
            "stop": 1126528732
        },
        {
            "start": 1126528733,
            "stop": 1126528735
        },
        {
            "start": 1126528737,
            "stop": 1126528738
        },
        {
            "start": 1126528740,
            "stop": 1126528741
        },
        {
            "start": 1126528742,
            "stop": 1126528744
        },
        {
            "start": 1126528746,
            "stop": 1126528786
        },
        {
            "start": 1126528787,
            "stop": 1126528791
        },
        {
            "start": 1126528792,
            "stop": 1126528817
        },
        {
            "start": 1126528819,
            "stop": 1126528824
        },
        {
            "start": 1126528825,
            "stop": 1126528839
        },
        {
            "start": 1126528841,
            "stop": 1126528853
        },
        {
            "start": 1126528855,
            "stop": 1126528902
        }
    ]
}