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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=195",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 196,
    "results": [
        {
            "start": 826586134,
            "stop": 826587454
        },
        {
            "start": 826587632,
            "stop": 826588292
        },
        {
            "start": 826588457,
            "stop": 826588517
        },
        {
            "start": 826588689,
            "stop": 826589769
        },
        {
            "start": 826589946,
            "stop": 826590126
        },
        {
            "start": 826590371,
            "stop": 826590851
        },
        {
            "start": 826591253,
            "stop": 826591313
        },
        {
            "start": 826591452,
            "stop": 826591932
        },
        {
            "start": 826592069,
            "stop": 826592129
        },
        {
            "start": 826592159,
            "stop": 826592249
        },
        {
            "start": 826592380,
            "stop": 826592860
        },
        {
            "start": 826593124,
            "stop": 826593184
        },
        {
            "start": 826593515,
            "stop": 826593635
        },
        {
            "start": 826594955,
            "stop": 826596395
        },
        {
            "start": 826596681,
            "stop": 826597281
        },
        {
            "start": 826597433,
            "stop": 826597553
        },
        {
            "start": 826597879,
            "stop": 826598239
        },
        {
            "start": 826598390,
            "stop": 826598450
        },
        {
            "start": 826598773,
            "stop": 826598893
        },
        {
            "start": 826599089,
            "stop": 826599269
        }
    ]
}