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=46645
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=46646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46644",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46645,
    "results": [
        {
            "start": 875021656,
            "stop": 875021667
        },
        {
            "start": 875021668,
            "stop": 875021685
        },
        {
            "start": 875021688,
            "stop": 875021695
        },
        {
            "start": 875021698,
            "stop": 875021699
        },
        {
            "start": 875021700,
            "stop": 875021741
        },
        {
            "start": 875021743,
            "stop": 875021765
        },
        {
            "start": 875021769,
            "stop": 875021770
        },
        {
            "start": 875021771,
            "stop": 875021772
        },
        {
            "start": 875021773,
            "stop": 875021775
        },
        {
            "start": 875021776,
            "stop": 875021780
        },
        {
            "start": 875021781,
            "stop": 875021802
        },
        {
            "start": 875021803,
            "stop": 875021818
        },
        {
            "start": 875021819,
            "stop": 875021830
        },
        {
            "start": 875021831,
            "stop": 875021845
        },
        {
            "start": 875021848,
            "stop": 875021857
        },
        {
            "start": 875021866,
            "stop": 875021867
        },
        {
            "start": 875021872,
            "stop": 875021879
        },
        {
            "start": 875021885,
            "stop": 875021897
        },
        {
            "start": 875021899,
            "stop": 875021901
        },
        {
            "start": 875021902,
            "stop": 875021911
        }
    ]
}