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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=478",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 479,
    "results": [
        {
            "start": 865892080,
            "stop": 865892085
        },
        {
            "start": 865892090,
            "stop": 865892102
        },
        {
            "start": 865892110,
            "stop": 865893225
        },
        {
            "start": 865897984,
            "stop": 865898425
        },
        {
            "start": 865898430,
            "stop": 865898447
        },
        {
            "start": 865898453,
            "stop": 865898455
        },
        {
            "start": 865898463,
            "stop": 865898475
        },
        {
            "start": 865898480,
            "stop": 865901080
        },
        {
            "start": 865901085,
            "stop": 865901130
        },
        {
            "start": 865901135,
            "stop": 865907573
        },
        {
            "start": 865907575,
            "stop": 865944947
        },
        {
            "start": 865944953,
            "stop": 865944965
        },
        {
            "start": 865944970,
            "stop": 865944977
        },
        {
            "start": 865944983,
            "stop": 865944997
        },
        {
            "start": 865945003,
            "stop": 865947214
        },
        {
            "start": 865947324,
            "stop": 865947463
        },
        {
            "start": 865947763,
            "stop": 865949783
        },
        {
            "start": 865949786,
            "stop": 865949826
        },
        {
            "start": 865949829,
            "stop": 865949834
        },
        {
            "start": 865950246,
            "stop": 865951097
        }
    ]
}