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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1322",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1323,
    "results": [
        {
            "start": 843839526,
            "stop": 843839533
        },
        {
            "start": 843839536,
            "stop": 843839582
        },
        {
            "start": 843839585,
            "stop": 843839595
        },
        {
            "start": 843839598,
            "stop": 843839606
        },
        {
            "start": 843839609,
            "stop": 843839611
        },
        {
            "start": 843839615,
            "stop": 843839635
        },
        {
            "start": 843839638,
            "stop": 843839641
        },
        {
            "start": 843839644,
            "stop": 843839667
        },
        {
            "start": 843839671,
            "stop": 843839674
        },
        {
            "start": 843839677,
            "stop": 843839711
        },
        {
            "start": 843839714,
            "stop": 843839715
        },
        {
            "start": 843839721,
            "stop": 843839735
        },
        {
            "start": 843839740,
            "stop": 843839744
        },
        {
            "start": 843839749,
            "stop": 843839754
        },
        {
            "start": 843839757,
            "stop": 843839760
        },
        {
            "start": 843839765,
            "stop": 843839776
        },
        {
            "start": 843839781,
            "stop": 843839787
        },
        {
            "start": 843839792,
            "stop": 843839793
        },
        {
            "start": 843839798,
            "stop": 843839800
        },
        {
            "start": 843839806,
            "stop": 843839819
        }
    ]
}