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=1073
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=1074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1072",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1073,
    "results": [
        {
            "start": 873618190,
            "stop": 873620440
        },
        {
            "start": 873621917,
            "stop": 873623897
        },
        {
            "start": 873624059,
            "stop": 873624659
        },
        {
            "start": 873624811,
            "stop": 873625771
        },
        {
            "start": 873625930,
            "stop": 873626170
        },
        {
            "start": 873626393,
            "stop": 873627113
        },
        {
            "start": 873627255,
            "stop": 873627435
        },
        {
            "start": 873627565,
            "stop": 873631705
        },
        {
            "start": 873658586,
            "stop": 873659276
        },
        {
            "start": 873659306,
            "stop": 873659426
        },
        {
            "start": 873661578,
            "stop": 873663678
        },
        {
            "start": 873663828,
            "stop": 873664698
        },
        {
            "start": 873664788,
            "stop": 873664848
        },
        {
            "start": 873667423,
            "stop": 873668563
        },
        {
            "start": 873668925,
            "stop": 873669825
        },
        {
            "start": 873671353,
            "stop": 873672013
        },
        {
            "start": 873672458,
            "stop": 873674138
        },
        {
            "start": 873674383,
            "stop": 873675103
        },
        {
            "start": 873675350,
            "stop": 873675770
        },
        {
            "start": 873703906,
            "stop": 873705166
        }
    ]
}