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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=75",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 76,
    "results": [
        {
            "start": 823698641,
            "stop": 823711817
        },
        {
            "start": 823768885,
            "stop": 823768965
        },
        {
            "start": 823769267,
            "stop": 823769972
        },
        {
            "start": 823770272,
            "stop": 823770626
        },
        {
            "start": 823770926,
            "stop": 823770950
        },
        {
            "start": 823771250,
            "stop": 823771388
        },
        {
            "start": 823771950,
            "stop": 823772308
        },
        {
            "start": 823772608,
            "stop": 823773389
        },
        {
            "start": 823773689,
            "stop": 823773843
        },
        {
            "start": 823774143,
            "stop": 823774934
        },
        {
            "start": 823775398,
            "stop": 823777253
        },
        {
            "start": 823777553,
            "stop": 823778096
        },
        {
            "start": 823778541,
            "stop": 823784501
        },
        {
            "start": 823784801,
            "stop": 823789292
        },
        {
            "start": 823789712,
            "stop": 823792697
        },
        {
            "start": 823793007,
            "stop": 823800289
        },
        {
            "start": 823800589,
            "stop": 823802953
        },
        {
            "start": 823803002,
            "stop": 823803004
        },
        {
            "start": 823866547,
            "stop": 823870748
        },
        {
            "start": 823871572,
            "stop": 823876000
        }
    ]
}