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=7168
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=7169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7167",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7168,
    "results": [
        {
            "start": 874462380,
            "stop": 874462396
        },
        {
            "start": 874462397,
            "stop": 874462779
        },
        {
            "start": 874462780,
            "stop": 874463027
        },
        {
            "start": 874463028,
            "stop": 874463145
        },
        {
            "start": 874463147,
            "stop": 874463184
        },
        {
            "start": 874463185,
            "stop": 874463634
        },
        {
            "start": 874463635,
            "stop": 874463747
        },
        {
            "start": 874463748,
            "stop": 874464039
        },
        {
            "start": 874464040,
            "stop": 874464096
        },
        {
            "start": 874464097,
            "stop": 874464192
        },
        {
            "start": 874464194,
            "stop": 874464724
        },
        {
            "start": 874464725,
            "stop": 874465288
        },
        {
            "start": 874465290,
            "stop": 874465760
        },
        {
            "start": 874465761,
            "stop": 874465883
        },
        {
            "start": 874465884,
            "stop": 874466444
        },
        {
            "start": 874466446,
            "stop": 874466643
        },
        {
            "start": 874466645,
            "stop": 874466792
        },
        {
            "start": 874466793,
            "stop": 874466929
        },
        {
            "start": 874466930,
            "stop": 874467525
        },
        {
            "start": 874467526,
            "stop": 874467726
        }
    ]
}