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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=239",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 240,
    "results": [
        {
            "start": 827980148,
            "stop": 827980628
        },
        {
            "start": 827980870,
            "stop": 827981770
        },
        {
            "start": 827981925,
            "stop": 827981985
        },
        {
            "start": 827982164,
            "stop": 827982644
        },
        {
            "start": 827982823,
            "stop": 827983783
        },
        {
            "start": 827983981,
            "stop": 827984521
        },
        {
            "start": 827984687,
            "stop": 827986127
        },
        {
            "start": 827987109,
            "stop": 827987229
        },
        {
            "start": 827993972,
            "stop": 827994332
        },
        {
            "start": 827994602,
            "stop": 827994902
        },
        {
            "start": 827995071,
            "stop": 827996991
        },
        {
            "start": 827999565,
            "stop": 828000045
        },
        {
            "start": 828001384,
            "stop": 828002164
        },
        {
            "start": 828002707,
            "stop": 828003487
        },
        {
            "start": 828003677,
            "stop": 828005357
        },
        {
            "start": 828005514,
            "stop": 828005754
        },
        {
            "start": 828005909,
            "stop": 828005969
        },
        {
            "start": 828006402,
            "stop": 828006762
        },
        {
            "start": 828007896,
            "stop": 828007956
        },
        {
            "start": 828008224,
            "stop": 828008284
        }
    ]
}