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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=326",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 327,
    "results": [
        {
            "start": 833961486,
            "stop": 833961906
        },
        {
            "start": 833962101,
            "stop": 833963271
        },
        {
            "start": 833963421,
            "stop": 833964591
        },
        {
            "start": 833965339,
            "stop": 833968159
        },
        {
            "start": 833968364,
            "stop": 833968994
        },
        {
            "start": 833969144,
            "stop": 833971604
        },
        {
            "start": 833971784,
            "stop": 833972804
        },
        {
            "start": 833972942,
            "stop": 833974322
        },
        {
            "start": 833974645,
            "stop": 833979745
        },
        {
            "start": 833980338,
            "stop": 833984238
        },
        {
            "start": 833984441,
            "stop": 833984921
        },
        {
            "start": 833985988,
            "stop": 833987248
        },
        {
            "start": 833987338,
            "stop": 833990608
        },
        {
            "start": 833990822,
            "stop": 833992622
        },
        {
            "start": 833993306,
            "stop": 833993366
        },
        {
            "start": 833993426,
            "stop": 833993546
        },
        {
            "start": 833993666,
            "stop": 833993726
        },
        {
            "start": 833993846,
            "stop": 833993906
        },
        {
            "start": 833993966,
            "stop": 833996066
        },
        {
            "start": 833996249,
            "stop": 833996369
        }
    ]
}