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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=226",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 227,
    "results": [
        {
            "start": 827419343,
            "stop": 827419403
        },
        {
            "start": 827419981,
            "stop": 827420041
        },
        {
            "start": 827420203,
            "stop": 827420383
        },
        {
            "start": 827421007,
            "stop": 827421127
        },
        {
            "start": 827421408,
            "stop": 827421828
        },
        {
            "start": 827422207,
            "stop": 827422267
        },
        {
            "start": 827422422,
            "stop": 827422722
        },
        {
            "start": 827423499,
            "stop": 827423679
        },
        {
            "start": 827423867,
            "stop": 827423927
        },
        {
            "start": 827424233,
            "stop": 827424353
        },
        {
            "start": 827424612,
            "stop": 827424672
        },
        {
            "start": 827424820,
            "stop": 827424940
        },
        {
            "start": 827425272,
            "stop": 827425332
        },
        {
            "start": 827425806,
            "stop": 827425926
        },
        {
            "start": 827426682,
            "stop": 827426802
        },
        {
            "start": 827427581,
            "stop": 827427881
        },
        {
            "start": 827428143,
            "stop": 827428323
        },
        {
            "start": 827428903,
            "stop": 827428963
        },
        {
            "start": 827429697,
            "stop": 827429757
        },
        {
            "start": 827430103,
            "stop": 827430163
        }
    ]
}