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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=161",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 162,
    "results": [
        {
            "start": 821539603,
            "stop": 821539658
        },
        {
            "start": 821539664,
            "stop": 821539676
        },
        {
            "start": 821539679,
            "stop": 821539697
        },
        {
            "start": 821539700,
            "stop": 821539774
        },
        {
            "start": 821539777,
            "stop": 821539790
        },
        {
            "start": 821539793,
            "stop": 821539826
        },
        {
            "start": 821539829,
            "stop": 821540008
        },
        {
            "start": 821540011,
            "stop": 821541195
        },
        {
            "start": 821541198,
            "stop": 821542850
        },
        {
            "start": 821542853,
            "stop": 821542867
        },
        {
            "start": 821542870,
            "stop": 821543294
        },
        {
            "start": 821543297,
            "stop": 821543648
        },
        {
            "start": 821544383,
            "stop": 821544437
        },
        {
            "start": 821544440,
            "stop": 821544944
        },
        {
            "start": 821544947,
            "stop": 821545053
        },
        {
            "start": 821545453,
            "stop": 821546175
        },
        {
            "start": 821546178,
            "stop": 821546495
        },
        {
            "start": 821546498,
            "stop": 821546645
        },
        {
            "start": 821546648,
            "stop": 821546684
        },
        {
            "start": 821546687,
            "stop": 821546945
        }
    ]
}