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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5728",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5729,
    "results": [
        {
            "start": 874609412,
            "stop": 874609416
        },
        {
            "start": 874609421,
            "stop": 874609427
        },
        {
            "start": 874609434,
            "stop": 874609443
        },
        {
            "start": 874609453,
            "stop": 874609462
        },
        {
            "start": 874609467,
            "stop": 874609490
        },
        {
            "start": 874609493,
            "stop": 874609494
        },
        {
            "start": 874609499,
            "stop": 874609501
        },
        {
            "start": 874609507,
            "stop": 874609511
        },
        {
            "start": 874609518,
            "stop": 874609530
        },
        {
            "start": 874609534,
            "stop": 874609550
        },
        {
            "start": 874609553,
            "stop": 874609611
        },
        {
            "start": 874609614,
            "stop": 874609616
        },
        {
            "start": 874609620,
            "stop": 874609636
        },
        {
            "start": 874609639,
            "stop": 874609650
        },
        {
            "start": 874609653,
            "stop": 874609663
        },
        {
            "start": 874609666,
            "stop": 874609710
        },
        {
            "start": 874609713,
            "stop": 874609740
        },
        {
            "start": 874609745,
            "stop": 874609763
        },
        {
            "start": 874609766,
            "stop": 874609769
        },
        {
            "start": 874609773,
            "stop": 874609787
        }
    ]
}