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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=373",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 374,
    "results": [
        {
            "start": 934729336,
            "stop": 934729375
        },
        {
            "start": 934729377,
            "stop": 934729382
        },
        {
            "start": 934729384,
            "stop": 934729408
        },
        {
            "start": 934729410,
            "stop": 934729413
        },
        {
            "start": 934729416,
            "stop": 934729430
        },
        {
            "start": 934729433,
            "stop": 934729918
        },
        {
            "start": 934734882,
            "stop": 934736565
        },
        {
            "start": 934736568,
            "stop": 934736583
        },
        {
            "start": 934736586,
            "stop": 934736591
        },
        {
            "start": 934736593,
            "stop": 934736610
        },
        {
            "start": 934736612,
            "stop": 934736616
        },
        {
            "start": 934736618,
            "stop": 934736631
        },
        {
            "start": 934736634,
            "stop": 934740156
        },
        {
            "start": 934740159,
            "stop": 934740183
        },
        {
            "start": 934740185,
            "stop": 934740190
        },
        {
            "start": 934740192,
            "stop": 934740209
        },
        {
            "start": 934740211,
            "stop": 934740215
        },
        {
            "start": 934740217,
            "stop": 934740229
        },
        {
            "start": 934740234,
            "stop": 934740259
        },
        {
            "start": 934749183,
            "stop": 934750959
        }
    ]
}