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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 106,
    "results": [
        {
            "start": 1126598743,
            "stop": 1126598832
        },
        {
            "start": 1126598835,
            "stop": 1126598998
        },
        {
            "start": 1126598999,
            "stop": 1126599050
        },
        {
            "start": 1126599051,
            "stop": 1126599328
        },
        {
            "start": 1126599329,
            "stop": 1126599564
        },
        {
            "start": 1126599565,
            "stop": 1126599652
        },
        {
            "start": 1126599654,
            "stop": 1126599979
        },
        {
            "start": 1126599981,
            "stop": 1126599990
        },
        {
            "start": 1126599992,
            "stop": 1126599998
        },
        {
            "start": 1126600000,
            "stop": 1126600328
        },
        {
            "start": 1126600329,
            "stop": 1126600674
        },
        {
            "start": 1126600676,
            "stop": 1126600740
        },
        {
            "start": 1126600742,
            "stop": 1126601001
        },
        {
            "start": 1126601002,
            "stop": 1126601017
        },
        {
            "start": 1126601018,
            "stop": 1126601339
        },
        {
            "start": 1126601340,
            "stop": 1126601624
        },
        {
            "start": 1126601626,
            "stop": 1126601937
        },
        {
            "start": 1126601938,
            "stop": 1126601995
        },
        {
            "start": 1126601997,
            "stop": 1126602231
        },
        {
            "start": 1126602232,
            "stop": 1126602287
        }
    ]
}