Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3740
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3741",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3739",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3740,
    "results": [
        {
            "start": 971381292,
            "stop": 971381445
        },
        {
            "start": 971381448,
            "stop": 971381728
        },
        {
            "start": 971381731,
            "stop": 971382427
        },
        {
            "start": 971382430,
            "stop": 971382463
        },
        {
            "start": 971382466,
            "stop": 971383387
        },
        {
            "start": 971383388,
            "stop": 971383598
        },
        {
            "start": 971383609,
            "stop": 971384591
        },
        {
            "start": 971384592,
            "stop": 971385126
        },
        {
            "start": 971385138,
            "stop": 971385590
        },
        {
            "start": 971387354,
            "stop": 971387978
        },
        {
            "start": 971387979,
            "stop": 971389438
        },
        {
            "start": 971389441,
            "stop": 971389794
        },
        {
            "start": 971389797,
            "stop": 971390758
        },
        {
            "start": 971390764,
            "stop": 971390907
        },
        {
            "start": 971390910,
            "stop": 971391032
        },
        {
            "start": 971391033,
            "stop": 971391120
        },
        {
            "start": 971391123,
            "stop": 971392337
        },
        {
            "start": 971392339,
            "stop": 971392590
        },
        {
            "start": 971392591,
            "stop": 971394031
        },
        {
            "start": 971394034,
            "stop": 971394289
        }
    ]
}