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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=270",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 271,
    "results": [
        {
            "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
        },
        {
            "start": 847371861,
            "stop": 847371862
        },
        {
            "start": 847371864,
            "stop": 847371926
        },
        {
            "start": 847371929,
            "stop": 847377909
        },
        {
            "start": 847377911,
            "stop": 847378655
        },
        {
            "start": 847378656,
            "stop": 847378657
        },
        {
            "start": 847378658,
            "stop": 847381258
        }
    ]
}