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=805
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=806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=804",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 805,
    "results": [
        {
            "start": 859084872,
            "stop": 859084932
        },
        {
            "start": 859085398,
            "stop": 859085518
        },
        {
            "start": 859085717,
            "stop": 859085837
        },
        {
            "start": 859092291,
            "stop": 859093611
        },
        {
            "start": 859093961,
            "stop": 859095521
        },
        {
            "start": 859095680,
            "stop": 859099760
        },
        {
            "start": 859099910,
            "stop": 859102640
        },
        {
            "start": 859104095,
            "stop": 859115255
        },
        {
            "start": 859115473,
            "stop": 859123513
        },
        {
            "start": 859131841,
            "stop": 859132081
        },
        {
            "start": 859132228,
            "stop": 859132408
        },
        {
            "start": 859132586,
            "stop": 859133906
        },
        {
            "start": 859134295,
            "stop": 859134595
        },
        {
            "start": 859135002,
            "stop": 859136862
        },
        {
            "start": 859137034,
            "stop": 859137214
        },
        {
            "start": 859137444,
            "stop": 859137714
        },
        {
            "start": 859137864,
            "stop": 859139214
        },
        {
            "start": 859139456,
            "stop": 859140806
        },
        {
            "start": 859140836,
            "stop": 859140896
        },
        {
            "start": 859142305,
            "stop": 859143025
        }
    ]
}