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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=388",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 389,
    "results": [
        {
            "start": 847759340,
            "stop": 847759342
        },
        {
            "start": 847759343,
            "stop": 847759356
        },
        {
            "start": 847759357,
            "stop": 847759372
        },
        {
            "start": 847759373,
            "stop": 847759389
        },
        {
            "start": 847759391,
            "stop": 847759422
        },
        {
            "start": 847759423,
            "stop": 847759635
        },
        {
            "start": 847759636,
            "stop": 847759764
        },
        {
            "start": 847759765,
            "stop": 847759790
        },
        {
            "start": 847759792,
            "stop": 847759879
        },
        {
            "start": 847759880,
            "stop": 847759934
        },
        {
            "start": 847759935,
            "stop": 847759941
        },
        {
            "start": 847759942,
            "stop": 847759947
        },
        {
            "start": 847759948,
            "stop": 847759977
        },
        {
            "start": 847759978,
            "stop": 847760026
        },
        {
            "start": 847760028,
            "stop": 847760030
        },
        {
            "start": 847760031,
            "stop": 847760058
        },
        {
            "start": 847760059,
            "stop": 847760060
        },
        {
            "start": 847760062,
            "stop": 847760070
        },
        {
            "start": 847760071,
            "stop": 847760115
        },
        {
            "start": 847760117,
            "stop": 847760137
        }
    ]
}