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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=197",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 198,
    "results": [
        {
            "start": 847266490,
            "stop": 847334433
        },
        {
            "start": 847348466,
            "stop": 847355814
        },
        {
            "start": 847355816,
            "stop": 847361040
        },
        {
            "start": 847361042,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847371364
        },
        {
            "start": 847371366,
            "stop": 847371378
        },
        {
            "start": 847371379,
            "stop": 847371382
        },
        {
            "start": 847371384,
            "stop": 847371464
        },
        {
            "start": 847371465,
            "stop": 847371493
        },
        {
            "start": 847371494,
            "stop": 847371539
        },
        {
            "start": 847371540,
            "stop": 847371548
        },
        {
            "start": 847371550,
            "stop": 847371608
        },
        {
            "start": 847371609,
            "stop": 847371638
        },
        {
            "start": 847371640,
            "stop": 847371743
        },
        {
            "start": 847371745,
            "stop": 847371746
        },
        {
            "start": 847371748,
            "stop": 847371755
        },
        {
            "start": 847371756,
            "stop": 847371758
        },
        {
            "start": 847371760,
            "stop": 847371855
        },
        {
            "start": 847371857,
            "stop": 847371858
        },
        {
            "start": 847371859,
            "stop": 847371860
        }
    ]
}