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=5671
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=5672",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5670",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5671,
    "results": [
        {
            "start": 874550282,
            "stop": 874550290
        },
        {
            "start": 874550293,
            "stop": 874550327
        },
        {
            "start": 874550330,
            "stop": 874550344
        },
        {
            "start": 874550347,
            "stop": 874550376
        },
        {
            "start": 874550380,
            "stop": 874550392
        },
        {
            "start": 874550395,
            "stop": 874550438
        },
        {
            "start": 874550441,
            "stop": 874550495
        },
        {
            "start": 874550498,
            "stop": 874550556
        },
        {
            "start": 874550559,
            "stop": 874550573
        },
        {
            "start": 874550576,
            "stop": 874550626
        },
        {
            "start": 874550630,
            "stop": 874550695
        },
        {
            "start": 874550698,
            "stop": 874550747
        },
        {
            "start": 874550751,
            "stop": 874550777
        },
        {
            "start": 874550780,
            "stop": 874550836
        },
        {
            "start": 874550840,
            "stop": 874550858
        },
        {
            "start": 874550862,
            "stop": 874550891
        },
        {
            "start": 874550894,
            "stop": 874550969
        },
        {
            "start": 874550972,
            "stop": 874551004
        },
        {
            "start": 874551007,
            "stop": 874551072
        },
        {
            "start": 874551075,
            "stop": 874551109
        }
    ]
}