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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=174",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 175,
    "results": [
        {
            "start": 842667617,
            "stop": 842670951
        },
        {
            "start": 842672002,
            "stop": 842678773
        },
        {
            "start": 842679426,
            "stop": 842689153
        },
        {
            "start": 842689875,
            "stop": 842710712
        },
        {
            "start": 842710714,
            "stop": 842711869
        },
        {
            "start": 842711870,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842740180
        },
        {
            "start": 842745683,
            "stop": 842762952
        },
        {
            "start": 842763781,
            "stop": 842796372
        },
        {
            "start": 842796374,
            "stop": 842803513
        },
        {
            "start": 842804997,
            "stop": 842814193
        },
        {
            "start": 842815802,
            "stop": 842816592
        },
        {
            "start": 842817960,
            "stop": 842821897
        },
        {
            "start": 842822438,
            "stop": 842823586
        },
        {
            "start": 842824270,
            "stop": 842825833
        },
        {
            "start": 842826640,
            "stop": 842831238
        },
        {
            "start": 842831241,
            "stop": 842832905
        },
        {
            "start": 842834428,
            "stop": 842834737
        },
        {
            "start": 842834738,
            "stop": 842857895
        }
    ]
}