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=527
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=528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 527,
    "results": [
        {
            "start": 869928873,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869946382
        },
        {
            "start": 869946388,
            "stop": 869947444
        },
        {
            "start": 869947447,
            "stop": 869948848
        },
        {
            "start": 869948851,
            "stop": 869949286
        },
        {
            "start": 869949586,
            "stop": 869949604
        },
        {
            "start": 869949904,
            "stop": 869950448
        },
        {
            "start": 869951053,
            "stop": 869951896
        },
        {
            "start": 869952196,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869952912
        },
        {
            "start": 869952921,
            "stop": 869952931
        },
        {
            "start": 869952938,
            "stop": 869954170
        },
        {
            "start": 869954175,
            "stop": 869954380
        },
        {
            "start": 869954686,
            "stop": 869954896
        },
        {
            "start": 869955227,
            "stop": 869955922
        },
        {
            "start": 869955935,
            "stop": 869955937
        },
        {
            "start": 869955943,
            "stop": 869955957
        },
        {
            "start": 869956020,
            "stop": 869958212
        },
        {
            "start": 869958218,
            "stop": 869958577
        },
        {
            "start": 869958583,
            "stop": 869964297
        }
    ]
}