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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=102",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 103,
    "results": [
        {
            "start": 829633493,
            "stop": 829634631
        },
        {
            "start": 829636382,
            "stop": 829653466
        },
        {
            "start": 829656247,
            "stop": 829669460
        },
        {
            "start": 829669760,
            "stop": 829701812
        },
        {
            "start": 829701922,
            "stop": 829702954
        },
        {
            "start": 829703468,
            "stop": 829703593
        },
        {
            "start": 829703703,
            "stop": 829703709
        },
        {
            "start": 829704009,
            "stop": 829704936
        },
        {
            "start": 829705236,
            "stop": 829705960
        },
        {
            "start": 829706362,
            "stop": 829707282
        },
        {
            "start": 829707582,
            "stop": 829709010
        },
        {
            "start": 829709120,
            "stop": 829709135
        },
        {
            "start": 829709435,
            "stop": 829710658
        },
        {
            "start": 829710768,
            "stop": 829711083
        },
        {
            "start": 829711383,
            "stop": 829725920
        },
        {
            "start": 829728962,
            "stop": 829744470
        },
        {
            "start": 829746501,
            "stop": 829782780
        },
        {
            "start": 829783080,
            "stop": 829817174
        },
        {
            "start": 829817176,
            "stop": 829842595
        },
        {
            "start": 829842705,
            "stop": 829843780
        }
    ]
}