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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40994",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40995,
    "results": [
        {
            "start": 875146595,
            "stop": 875146600
        },
        {
            "start": 875146602,
            "stop": 875146642
        },
        {
            "start": 875146644,
            "stop": 875146664
        },
        {
            "start": 875146665,
            "stop": 875146717
        },
        {
            "start": 875146718,
            "stop": 875146729
        },
        {
            "start": 875146730,
            "stop": 875146798
        },
        {
            "start": 875146799,
            "stop": 875146812
        },
        {
            "start": 875146814,
            "stop": 875146834
        },
        {
            "start": 875146835,
            "stop": 875146836
        },
        {
            "start": 875146837,
            "stop": 875146866
        },
        {
            "start": 875146867,
            "stop": 875146870
        },
        {
            "start": 875146872,
            "stop": 875146881
        },
        {
            "start": 875146884,
            "stop": 875146911
        },
        {
            "start": 875146913,
            "stop": 875146955
        },
        {
            "start": 875146958,
            "stop": 875146961
        },
        {
            "start": 875146963,
            "stop": 875146969
        },
        {
            "start": 875146970,
            "stop": 875146983
        },
        {
            "start": 875146984,
            "stop": 875147016
        },
        {
            "start": 875147017,
            "stop": 875147062
        },
        {
            "start": 875147064,
            "stop": 875147068
        }
    ]
}