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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=616",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 617,
    "results": [
        {
            "start": 840486737,
            "stop": 840488385
        },
        {
            "start": 840489766,
            "stop": 840491614
        },
        {
            "start": 840493347,
            "stop": 840500873
        },
        {
            "start": 840505845,
            "stop": 840514219
        },
        {
            "start": 840514809,
            "stop": 840516173
        },
        {
            "start": 840516783,
            "stop": 840542982
        },
        {
            "start": 840543587,
            "stop": 840544372
        },
        {
            "start": 840545153,
            "stop": 840576267
        },
        {
            "start": 840585328,
            "stop": 840585717
        },
        {
            "start": 840585720,
            "stop": 840648432
        },
        {
            "start": 840648937,
            "stop": 840649130
        },
        {
            "start": 840649862,
            "stop": 840670905
        },
        {
            "start": 840672500,
            "stop": 840734628
        },
        {
            "start": 840735792,
            "stop": 840736563
        },
        {
            "start": 840736567,
            "stop": 840736801
        },
        {
            "start": 840738336,
            "stop": 840740368
        },
        {
            "start": 840741319,
            "stop": 840749416
        },
        {
            "start": 840750255,
            "stop": 840752591
        },
        {
            "start": 840753221,
            "stop": 840824150
        },
        {
            "start": 840824151,
            "stop": 840824153
        }
    ]
}