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=695
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=696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=694",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 695,
    "results": [
        {
            "start": 855756266,
            "stop": 855756626
        },
        {
            "start": 855756840,
            "stop": 855760320
        },
        {
            "start": 855760557,
            "stop": 855760947
        },
        {
            "start": 855760977,
            "stop": 855762057
        },
        {
            "start": 855762222,
            "stop": 855763002
        },
        {
            "start": 855763377,
            "stop": 855764157
        },
        {
            "start": 855764798,
            "stop": 855764978
        },
        {
            "start": 855765129,
            "stop": 855765309
        },
        {
            "start": 855765339,
            "stop": 855765489
        },
        {
            "start": 855765700,
            "stop": 855765970
        },
        {
            "start": 855766306,
            "stop": 855766486
        },
        {
            "start": 855766939,
            "stop": 855767359
        },
        {
            "start": 855768428,
            "stop": 855768548
        },
        {
            "start": 855768705,
            "stop": 855768825
        },
        {
            "start": 855770643,
            "stop": 855770763
        },
        {
            "start": 855770922,
            "stop": 855771642
        },
        {
            "start": 855771813,
            "stop": 855772233
        },
        {
            "start": 855772830,
            "stop": 855775350
        },
        {
            "start": 855775511,
            "stop": 855777551
        },
        {
            "start": 855777756,
            "stop": 855778626
        }
    ]
}