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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=244",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 245,
    "results": [
        {
            "start": 820926142,
            "stop": 820926170
        },
        {
            "start": 820926173,
            "stop": 820926307
        },
        {
            "start": 820926310,
            "stop": 820926376
        },
        {
            "start": 820926380,
            "stop": 820926462
        },
        {
            "start": 820926465,
            "stop": 820926501
        },
        {
            "start": 820926504,
            "stop": 820926584
        },
        {
            "start": 820926765,
            "stop": 820926814
        },
        {
            "start": 820926817,
            "stop": 820926838
        },
        {
            "start": 820926841,
            "stop": 820926881
        },
        {
            "start": 820926885,
            "stop": 820926945
        },
        {
            "start": 820926948,
            "stop": 820926997
        },
        {
            "start": 820927001,
            "stop": 820927200
        },
        {
            "start": 820927203,
            "stop": 820927344
        },
        {
            "start": 820927348,
            "stop": 820927537
        },
        {
            "start": 820927541,
            "stop": 820927600
        },
        {
            "start": 820927603,
            "stop": 820927620
        },
        {
            "start": 820927623,
            "stop": 820927797
        },
        {
            "start": 820927800,
            "stop": 820927826
        },
        {
            "start": 820927830,
            "stop": 820927852
        },
        {
            "start": 820927855,
            "stop": 820928040
        }
    ]
}