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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=358",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 359,
    "results": [
        {
            "start": 847726744,
            "stop": 847726760
        },
        {
            "start": 847726761,
            "stop": 847726792
        },
        {
            "start": 847726793,
            "stop": 847726800
        },
        {
            "start": 847726801,
            "stop": 847726823
        },
        {
            "start": 847726824,
            "stop": 847726930
        },
        {
            "start": 847726931,
            "stop": 847726962
        },
        {
            "start": 847726963,
            "stop": 847726970
        },
        {
            "start": 847726971,
            "stop": 847727217
        },
        {
            "start": 847727218,
            "stop": 847727219
        },
        {
            "start": 847727220,
            "stop": 847727345
        },
        {
            "start": 847727346,
            "stop": 847727352
        },
        {
            "start": 847727353,
            "stop": 847727381
        },
        {
            "start": 847727382,
            "stop": 847727442
        },
        {
            "start": 847727443,
            "stop": 847727927
        },
        {
            "start": 847727929,
            "stop": 847727942
        },
        {
            "start": 847727943,
            "stop": 847727952
        },
        {
            "start": 847727953,
            "stop": 847728004
        },
        {
            "start": 847728005,
            "stop": 847728163
        },
        {
            "start": 847728164,
            "stop": 847728165
        },
        {
            "start": 847728167,
            "stop": 847728188
        }
    ]
}