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=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=370",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 371,
    "results": [
        {
            "start": 934697011,
            "stop": 934697015
        },
        {
            "start": 934697017,
            "stop": 934697031
        },
        {
            "start": 934697035,
            "stop": 934698468
        },
        {
            "start": 934700165,
            "stop": 934700567
        },
        {
            "start": 934700570,
            "stop": 934700584
        },
        {
            "start": 934700587,
            "stop": 934700611
        },
        {
            "start": 934700613,
            "stop": 934700617
        },
        {
            "start": 934700619,
            "stop": 934700633
        },
        {
            "start": 934700637,
            "stop": 934704134
        },
        {
            "start": 934704136,
            "stop": 934704157
        },
        {
            "start": 934704160,
            "stop": 934704183
        },
        {
            "start": 934704185,
            "stop": 934704190
        },
        {
            "start": 934704192,
            "stop": 934704217
        },
        {
            "start": 934704219,
            "stop": 934704224
        },
        {
            "start": 934704226,
            "stop": 934704231
        },
        {
            "start": 934704237,
            "stop": 934707753
        },
        {
            "start": 934707756,
            "stop": 934707757
        },
        {
            "start": 934707760,
            "stop": 934707764
        },
        {
            "start": 934707767,
            "stop": 934707784
        },
        {
            "start": 934707786,
            "stop": 934707810
        }
    ]
}