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=3073
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=3074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3072",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3073,
    "results": [
        {
            "start": 865827540,
            "stop": 865827585
        },
        {
            "start": 865827589,
            "stop": 865827595
        },
        {
            "start": 865827685,
            "stop": 865827733
        },
        {
            "start": 865827737,
            "stop": 865827780
        },
        {
            "start": 865827900,
            "stop": 865827960
        },
        {
            "start": 865828020,
            "stop": 865828106
        },
        {
            "start": 865828109,
            "stop": 865828129
        },
        {
            "start": 865828133,
            "stop": 865828139
        },
        {
            "start": 865828200,
            "stop": 865828230
        },
        {
            "start": 865828234,
            "stop": 865828590
        },
        {
            "start": 865828650,
            "stop": 865828651
        },
        {
            "start": 865829092,
            "stop": 865829144
        },
        {
            "start": 865829149,
            "stop": 865829155
        },
        {
            "start": 865830058,
            "stop": 865832460
        },
        {
            "start": 865832520,
            "stop": 865849980
        },
        {
            "start": 865850040,
            "stop": 865853534
        },
        {
            "start": 865853851,
            "stop": 865855087
        },
        {
            "start": 865855093,
            "stop": 865856340
        },
        {
            "start": 865856460,
            "stop": 865863221
        },
        {
            "start": 865863225,
            "stop": 865864020
        }
    ]
}