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_H1L1/segments?format=api&page=165
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_H1L1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=164",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 165,
    "results": [
        {
            "start": 824807302,
            "stop": 824807422
        },
        {
            "start": 824807601,
            "stop": 824807661
        },
        {
            "start": 824808046,
            "stop": 824808106
        },
        {
            "start": 824808881,
            "stop": 824809061
        },
        {
            "start": 824809898,
            "stop": 824810138
        },
        {
            "start": 824810565,
            "stop": 824810625
        },
        {
            "start": 824811216,
            "stop": 824811276
        },
        {
            "start": 824811617,
            "stop": 824811797
        },
        {
            "start": 824812079,
            "stop": 824812139
        },
        {
            "start": 824812980,
            "stop": 824813040
        },
        {
            "start": 824813249,
            "stop": 824813309
        },
        {
            "start": 824813492,
            "stop": 824813612
        },
        {
            "start": 824813898,
            "stop": 824813958
        },
        {
            "start": 824814121,
            "stop": 824814241
        },
        {
            "start": 824814439,
            "stop": 824814499
        },
        {
            "start": 824815234,
            "stop": 824815294
        },
        {
            "start": 824816909,
            "stop": 824816969
        },
        {
            "start": 824818895,
            "stop": 824818955
        },
        {
            "start": 824819381,
            "stop": 824819501
        },
        {
            "start": 824819647,
            "stop": 824819707
        }
    ]
}