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/H2_BURST_CAT3E/segments?format=api&page=368
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=367",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 368,
    "results": [
        {
            "start": 821498970,
            "stop": 821498981
        },
        {
            "start": 821498985,
            "stop": 821498986
        },
        {
            "start": 821498989,
            "stop": 821498998
        },
        {
            "start": 821499004,
            "stop": 821499029
        },
        {
            "start": 821499032,
            "stop": 821499044
        },
        {
            "start": 821499050,
            "stop": 821499057
        },
        {
            "start": 821499060,
            "stop": 821499063
        },
        {
            "start": 821499069,
            "stop": 821499084
        },
        {
            "start": 821499087,
            "stop": 821499117
        },
        {
            "start": 821499120,
            "stop": 821499122
        },
        {
            "start": 821499125,
            "stop": 821499145
        },
        {
            "start": 821499148,
            "stop": 821499184
        },
        {
            "start": 821499189,
            "stop": 821499209
        },
        {
            "start": 821499215,
            "stop": 821499227
        },
        {
            "start": 821499230,
            "stop": 821499248
        },
        {
            "start": 821499251,
            "stop": 821499262
        },
        {
            "start": 821499265,
            "stop": 821499272
        },
        {
            "start": 821499275,
            "stop": 821499281
        },
        {
            "start": 821499284,
            "stop": 821499291
        },
        {
            "start": 821499294,
            "stop": 821499296
        }
    ]
}