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=1004
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=1005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1003",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1004,
    "results": [
        {
            "start": 871051170,
            "stop": 871053510
        },
        {
            "start": 871053681,
            "stop": 871054101
        },
        {
            "start": 871054650,
            "stop": 871056390
        },
        {
            "start": 871056615,
            "stop": 871057095
        },
        {
            "start": 871057412,
            "stop": 871057532
        },
        {
            "start": 871058059,
            "stop": 871060459
        },
        {
            "start": 871061872,
            "stop": 871065592
        },
        {
            "start": 871065749,
            "stop": 871065989
        },
        {
            "start": 871071918,
            "stop": 871073238
        },
        {
            "start": 871073413,
            "stop": 871073893
        },
        {
            "start": 871074099,
            "stop": 871074939
        },
        {
            "start": 871076984,
            "stop": 871077224
        },
        {
            "start": 871077380,
            "stop": 871077560
        },
        {
            "start": 871080933,
            "stop": 871083813
        },
        {
            "start": 871083968,
            "stop": 871086368
        },
        {
            "start": 871086565,
            "stop": 871088065
        },
        {
            "start": 871088215,
            "stop": 871088275
        },
        {
            "start": 871088496,
            "stop": 871094556
        },
        {
            "start": 871094759,
            "stop": 871100249
        },
        {
            "start": 871100399,
            "stop": 871101839
        }
    ]
}