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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=362",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 363,
    "results": [
        {
            "start": 931988658,
            "stop": 931989344
        },
        {
            "start": 931989346,
            "stop": 931989615
        },
        {
            "start": 931989975,
            "stop": 931990139
        },
        {
            "start": 931990141,
            "stop": 931990154
        },
        {
            "start": 931990156,
            "stop": 931990168
        },
        {
            "start": 931990171,
            "stop": 931990184
        },
        {
            "start": 931990186,
            "stop": 931990199
        },
        {
            "start": 931990201,
            "stop": 931990213
        },
        {
            "start": 931990216,
            "stop": 931990273
        },
        {
            "start": 931990276,
            "stop": 931990289
        },
        {
            "start": 931990291,
            "stop": 931990303
        },
        {
            "start": 931990306,
            "stop": 931990318
        },
        {
            "start": 931990321,
            "stop": 931990724
        },
        {
            "start": 931990726,
            "stop": 931991368
        },
        {
            "start": 931991371,
            "stop": 931991383
        },
        {
            "start": 931991386,
            "stop": 931991413
        },
        {
            "start": 931991416,
            "stop": 931991428
        },
        {
            "start": 931991431,
            "stop": 931991444
        },
        {
            "start": 931991446,
            "stop": 931991458
        },
        {
            "start": 931991461,
            "stop": 931991489
        }
    ]
}