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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=287",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 288,
    "results": [
        {
            "start": 847616250,
            "stop": 847616269
        },
        {
            "start": 847616270,
            "stop": 847616292
        },
        {
            "start": 847616294,
            "stop": 847616299
        },
        {
            "start": 847616300,
            "stop": 847616301
        },
        {
            "start": 847616302,
            "stop": 847616312
        },
        {
            "start": 847616313,
            "stop": 847616344
        },
        {
            "start": 847616345,
            "stop": 847616547
        },
        {
            "start": 847616548,
            "stop": 847616744
        },
        {
            "start": 847616746,
            "stop": 847616767
        },
        {
            "start": 847616768,
            "stop": 847616940
        },
        {
            "start": 847616941,
            "stop": 847616992
        },
        {
            "start": 847616994,
            "stop": 847617193
        },
        {
            "start": 847617194,
            "stop": 847617206
        },
        {
            "start": 847617207,
            "stop": 847617275
        },
        {
            "start": 847617277,
            "stop": 847617279
        },
        {
            "start": 847617280,
            "stop": 847617314
        },
        {
            "start": 847617315,
            "stop": 847617325
        },
        {
            "start": 847617326,
            "stop": 847617365
        },
        {
            "start": 847617366,
            "stop": 847617376
        },
        {
            "start": 847617377,
            "stop": 847617399
        }
    ]
}