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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1655",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1653",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1654,
    "results": [
        {
            "start": 956622130,
            "stop": 956622305
        },
        {
            "start": 956622310,
            "stop": 956622326
        },
        {
            "start": 956622330,
            "stop": 956622659
        },
        {
            "start": 956622662,
            "stop": 956622956
        },
        {
            "start": 956622958,
            "stop": 956623172
        },
        {
            "start": 956642662,
            "stop": 956643998
        },
        {
            "start": 956644000,
            "stop": 956644259
        },
        {
            "start": 956644261,
            "stop": 956644322
        },
        {
            "start": 956644324,
            "stop": 956646164
        },
        {
            "start": 956646166,
            "stop": 956646621
        },
        {
            "start": 956646623,
            "stop": 956651403
        },
        {
            "start": 956651405,
            "stop": 956662573
        },
        {
            "start": 956662575,
            "stop": 956666677
        },
        {
            "start": 956669733,
            "stop": 956677953
        },
        {
            "start": 956677955,
            "stop": 956677962
        },
        {
            "start": 956677967,
            "stop": 956677980
        },
        {
            "start": 956677984,
            "stop": 956678000
        },
        {
            "start": 956678003,
            "stop": 956681289
        },
        {
            "start": 956682539,
            "stop": 956683099
        },
        {
            "start": 956683101,
            "stop": 956683131
        }
    ]
}