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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=121",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 122,
    "results": [
        {
            "start": 829709435,
            "stop": 829710658
        },
        {
            "start": 829710768,
            "stop": 829711083
        },
        {
            "start": 829711383,
            "stop": 829725920
        },
        {
            "start": 829728962,
            "stop": 829744470
        },
        {
            "start": 829746501,
            "stop": 829782780
        },
        {
            "start": 829783080,
            "stop": 829793552
        },
        {
            "start": 829793557,
            "stop": 829817174
        },
        {
            "start": 829817176,
            "stop": 829842595
        },
        {
            "start": 829842705,
            "stop": 829843780
        },
        {
            "start": 829844434,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829860133
        },
        {
            "start": 829863585,
            "stop": 829886910
        },
        {
            "start": 829887210,
            "stop": 829887216
        },
        {
            "start": 829887326,
            "stop": 829888143
        },
        {
            "start": 829888443,
            "stop": 829890230
        },
        {
            "start": 829891799,
            "stop": 829893910
        },
        {
            "start": 829894020,
            "stop": 829895412
        },
        {
            "start": 829895712,
            "stop": 829928501
        },
        {
            "start": 829928801,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937509
        }
    ]
}