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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=200",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 201,
    "results": [
        {
            "start": 847702309,
            "stop": 847717962
        },
        {
            "start": 847718192,
            "stop": 847731390
        },
        {
            "start": 847731450,
            "stop": 847731461
        },
        {
            "start": 847731571,
            "stop": 847731585
        },
        {
            "start": 847731885,
            "stop": 847732588
        },
        {
            "start": 847732607,
            "stop": 847732795
        },
        {
            "start": 847736448,
            "stop": 847736635
        },
        {
            "start": 847737250,
            "stop": 847737296
        },
        {
            "start": 847737421,
            "stop": 847737448
        },
        {
            "start": 847737748,
            "stop": 847738140
        },
        {
            "start": 847738534,
            "stop": 847738608
        },
        {
            "start": 847738718,
            "stop": 847738770
        },
        {
            "start": 847739200,
            "stop": 847739229
        },
        {
            "start": 847739661,
            "stop": 847740261
        },
        {
            "start": 847740561,
            "stop": 847740631
        },
        {
            "start": 847741007,
            "stop": 847741027
        },
        {
            "start": 847741563,
            "stop": 847744290
        },
        {
            "start": 847744426,
            "stop": 847744431
        },
        {
            "start": 847744731,
            "stop": 847744924
        },
        {
            "start": 847745228,
            "stop": 847745507
        }
    ]
}