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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5727",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5728,
    "results": [
        {
            "start": 874608967,
            "stop": 874608969
        },
        {
            "start": 874608973,
            "stop": 874608976
        },
        {
            "start": 874608979,
            "stop": 874608991
        },
        {
            "start": 874608995,
            "stop": 874609010
        },
        {
            "start": 874609013,
            "stop": 874609016
        },
        {
            "start": 874609020,
            "stop": 874609041
        },
        {
            "start": 874609046,
            "stop": 874609053
        },
        {
            "start": 874609060,
            "stop": 874609069
        },
        {
            "start": 874609072,
            "stop": 874609127
        },
        {
            "start": 874609131,
            "stop": 874609132
        },
        {
            "start": 874609135,
            "stop": 874609144
        },
        {
            "start": 874609147,
            "stop": 874609164
        },
        {
            "start": 874609168,
            "stop": 874609170
        },
        {
            "start": 874609173,
            "stop": 874609205
        },
        {
            "start": 874609208,
            "stop": 874609209
        },
        {
            "start": 874609212,
            "stop": 874609230
        },
        {
            "start": 874609233,
            "stop": 874609250
        },
        {
            "start": 874609253,
            "stop": 874609321
        },
        {
            "start": 874609328,
            "stop": 874609339
        },
        {
            "start": 874609344,
            "stop": 874609409
        }
    ]
}