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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46672",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46673,
    "results": [
        {
            "start": 875040516,
            "stop": 875040517
        },
        {
            "start": 875040519,
            "stop": 875040525
        },
        {
            "start": 875040526,
            "stop": 875040533
        },
        {
            "start": 875040534,
            "stop": 875040552
        },
        {
            "start": 875040554,
            "stop": 875040587
        },
        {
            "start": 875040588,
            "stop": 875040600
        },
        {
            "start": 875040601,
            "stop": 875040603
        },
        {
            "start": 875040605,
            "stop": 875040620
        },
        {
            "start": 875040622,
            "stop": 875040624
        },
        {
            "start": 875040625,
            "stop": 875040645
        },
        {
            "start": 875040647,
            "stop": 875040655
        },
        {
            "start": 875040656,
            "stop": 875040659
        },
        {
            "start": 875040660,
            "stop": 875040665
        },
        {
            "start": 875040666,
            "stop": 875040670
        },
        {
            "start": 875040671,
            "stop": 875040686
        },
        {
            "start": 875040689,
            "stop": 875040695
        },
        {
            "start": 875040696,
            "stop": 875040715
        },
        {
            "start": 875040716,
            "stop": 875040721
        },
        {
            "start": 875040723,
            "stop": 875040728
        },
        {
            "start": 875040729,
            "stop": 875040731
        }
    ]
}