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=743
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=744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=742",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 743,
    "results": [
        {
            "start": 855758400,
            "stop": 855760320
        },
        {
            "start": 855760557,
            "stop": 855762057
        },
        {
            "start": 855762222,
            "stop": 855763002
        },
        {
            "start": 855763377,
            "stop": 855763587
        },
        {
            "start": 855763617,
            "stop": 855764157
        },
        {
            "start": 855764798,
            "stop": 855764978
        },
        {
            "start": 855765129,
            "stop": 855765489
        },
        {
            "start": 855765700,
            "stop": 855765970
        },
        {
            "start": 855766306,
            "stop": 855766486
        },
        {
            "start": 855767009,
            "stop": 855767339
        },
        {
            "start": 855768428,
            "stop": 855768518
        },
        {
            "start": 855768705,
            "stop": 855768825
        },
        {
            "start": 855770643,
            "stop": 855770763
        },
        {
            "start": 855770922,
            "stop": 855771642
        },
        {
            "start": 855771813,
            "stop": 855772233
        },
        {
            "start": 855772830,
            "stop": 855774120
        },
        {
            "start": 855774270,
            "stop": 855775260
        },
        {
            "start": 855775511,
            "stop": 855777551
        },
        {
            "start": 855777756,
            "stop": 855778626
        },
        {
            "start": 855780964,
            "stop": 855781144
        }
    ]
}