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=774
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=775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=773",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 774,
    "results": [
        {
            "start": 860291158,
            "stop": 860292838
        },
        {
            "start": 860293685,
            "stop": 860293925
        },
        {
            "start": 860294088,
            "stop": 860294418
        },
        {
            "start": 860294448,
            "stop": 860295648
        },
        {
            "start": 860295856,
            "stop": 860317876
        },
        {
            "start": 860321529,
            "stop": 860321589
        },
        {
            "start": 860321737,
            "stop": 860324737
        },
        {
            "start": 860324934,
            "stop": 860325774
        },
        {
            "start": 860325864,
            "stop": 860325924
        },
        {
            "start": 860325954,
            "stop": 860327124
        },
        {
            "start": 860327154,
            "stop": 860328534
        },
        {
            "start": 860330033,
            "stop": 860330543
        },
        {
            "start": 860330573,
            "stop": 860331173
        },
        {
            "start": 860331325,
            "stop": 860332285
        },
        {
            "start": 860333741,
            "stop": 860334371
        },
        {
            "start": 860334401,
            "stop": 860336081
        },
        {
            "start": 860336111,
            "stop": 860336231
        },
        {
            "start": 860336291,
            "stop": 860337521
        },
        {
            "start": 860337671,
            "stop": 860339561
        },
        {
            "start": 860339651,
            "stop": 860339741
        }
    ]
}