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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=123",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 124,
    "results": [
        {
            "start": 821348978,
            "stop": 821349158
        },
        {
            "start": 821349312,
            "stop": 821349432
        },
        {
            "start": 821349585,
            "stop": 821349825
        },
        {
            "start": 821350240,
            "stop": 821350300
        },
        {
            "start": 821350698,
            "stop": 821350878
        },
        {
            "start": 821351023,
            "stop": 821351503
        },
        {
            "start": 821353288,
            "stop": 821353348
        },
        {
            "start": 821353527,
            "stop": 821353587
        },
        {
            "start": 821353810,
            "stop": 821353990
        },
        {
            "start": 821354452,
            "stop": 821355052
        },
        {
            "start": 821355293,
            "stop": 821355593
        },
        {
            "start": 821355946,
            "stop": 821356306
        },
        {
            "start": 821356463,
            "stop": 821356703
        },
        {
            "start": 821356899,
            "stop": 821356959
        },
        {
            "start": 821357113,
            "stop": 821357233
        },
        {
            "start": 821357451,
            "stop": 821357631
        },
        {
            "start": 821357779,
            "stop": 821358019
        },
        {
            "start": 821358442,
            "stop": 821358622
        },
        {
            "start": 821358792,
            "stop": 821358852
        },
        {
            "start": 821359252,
            "stop": 821360032
        }
    ]
}