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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3171",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3172,
    "results": [
        {
            "start": 869800716,
            "stop": 869801520
        },
        {
            "start": 869801580,
            "stop": 869802300
        },
        {
            "start": 869802420,
            "stop": 869802660
        },
        {
            "start": 869802720,
            "stop": 869802886
        },
        {
            "start": 869802889,
            "stop": 869803232
        },
        {
            "start": 869803235,
            "stop": 869821454
        },
        {
            "start": 869821457,
            "stop": 869823270
        },
        {
            "start": 869823420,
            "stop": 869825444
        },
        {
            "start": 869825625,
            "stop": 869825684
        },
        {
            "start": 869825865,
            "stop": 869831374
        },
        {
            "start": 869832460,
            "stop": 869838000
        },
        {
            "start": 869838120,
            "stop": 869840520
        },
        {
            "start": 869840640,
            "stop": 869841660
        },
        {
            "start": 869841720,
            "stop": 869842320
        },
        {
            "start": 869842440,
            "stop": 869842805
        },
        {
            "start": 869842809,
            "stop": 869844672
        },
        {
            "start": 869844678,
            "stop": 869845061
        },
        {
            "start": 869845064,
            "stop": 869845070
        },
        {
            "start": 869845075,
            "stop": 869845079
        },
        {
            "start": 869845085,
            "stop": 869845260
        }
    ]
}