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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46658",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46659,
    "results": [
        {
            "start": 875033980,
            "stop": 875033984
        },
        {
            "start": 875033985,
            "stop": 875033990
        },
        {
            "start": 875033991,
            "stop": 875033992
        },
        {
            "start": 875033993,
            "stop": 875033997
        },
        {
            "start": 875033998,
            "stop": 875034003
        },
        {
            "start": 875034004,
            "stop": 875034055
        },
        {
            "start": 875034057,
            "stop": 875034087
        },
        {
            "start": 875034088,
            "stop": 875034155
        },
        {
            "start": 875034156,
            "stop": 875034270
        },
        {
            "start": 875034271,
            "stop": 875034295
        },
        {
            "start": 875034296,
            "stop": 875034305
        },
        {
            "start": 875034306,
            "stop": 875034488
        },
        {
            "start": 875034489,
            "stop": 875034498
        },
        {
            "start": 875034499,
            "stop": 875034504
        },
        {
            "start": 875034505,
            "stop": 875034512
        },
        {
            "start": 875034513,
            "stop": 875034522
        },
        {
            "start": 875034523,
            "stop": 875034576
        },
        {
            "start": 875034577,
            "stop": 875034600
        },
        {
            "start": 875034601,
            "stop": 875034677
        },
        {
            "start": 875034678,
            "stop": 875034680
        }
    ]
}