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=7196
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=7197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7195",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7196,
    "results": [
        {
            "start": 874595304,
            "stop": 874595525
        },
        {
            "start": 874595526,
            "stop": 874596079
        },
        {
            "start": 874596080,
            "stop": 874596287
        },
        {
            "start": 874596288,
            "stop": 874596675
        },
        {
            "start": 874596676,
            "stop": 874596775
        },
        {
            "start": 874596776,
            "stop": 874597331
        },
        {
            "start": 874597333,
            "stop": 874597505
        },
        {
            "start": 874597506,
            "stop": 874597766
        },
        {
            "start": 874597767,
            "stop": 874598334
        },
        {
            "start": 874598336,
            "stop": 874598361
        },
        {
            "start": 874598363,
            "stop": 874598832
        },
        {
            "start": 874598833,
            "stop": 874599210
        },
        {
            "start": 874599211,
            "stop": 874599717
        },
        {
            "start": 874599718,
            "stop": 874599944
        },
        {
            "start": 874599946,
            "stop": 874600357
        },
        {
            "start": 874600358,
            "stop": 874600620
        },
        {
            "start": 874600622,
            "stop": 874601119
        },
        {
            "start": 874601120,
            "stop": 874601164
        },
        {
            "start": 874601165,
            "stop": 874601348
        },
        {
            "start": 874601349,
            "stop": 874601418
        }
    ]
}