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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=204",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 205,
    "results": [
        {
            "start": 847737748,
            "stop": 847738140
        },
        {
            "start": 847738534,
            "stop": 847738608
        },
        {
            "start": 847738718,
            "stop": 847738770
        },
        {
            "start": 847739200,
            "stop": 847739229
        },
        {
            "start": 847739642,
            "stop": 847740261
        },
        {
            "start": 847740561,
            "stop": 847740631
        },
        {
            "start": 847741007,
            "stop": 847741027
        },
        {
            "start": 847741563,
            "stop": 847744316
        },
        {
            "start": 847744426,
            "stop": 847744431
        },
        {
            "start": 847744731,
            "stop": 847744924
        },
        {
            "start": 847745228,
            "stop": 847745507
        },
        {
            "start": 847745617,
            "stop": 847746719
        },
        {
            "start": 847747019,
            "stop": 847747296
        },
        {
            "start": 847747406,
            "stop": 847747436
        },
        {
            "start": 847747736,
            "stop": 847747791
        },
        {
            "start": 847748103,
            "stop": 847748227
        },
        {
            "start": 847748527,
            "stop": 847748558
        },
        {
            "start": 847748668,
            "stop": 847748770
        },
        {
            "start": 847749070,
            "stop": 847749290
        },
        {
            "start": 847749400,
            "stop": 847749754
        }
    ]
}