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=740
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=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=739",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 740,
    "results": [
        {
            "start": 855629748,
            "stop": 855632358
        },
        {
            "start": 855632563,
            "stop": 855634693
        },
        {
            "start": 855634843,
            "stop": 855640243
        },
        {
            "start": 855640393,
            "stop": 855642943
        },
        {
            "start": 855643242,
            "stop": 855644982
        },
        {
            "start": 855645132,
            "stop": 855648342
        },
        {
            "start": 855652885,
            "stop": 855662965
        },
        {
            "start": 855663907,
            "stop": 855669367
        },
        {
            "start": 855669646,
            "stop": 855670966
        },
        {
            "start": 855672606,
            "stop": 855673356
        },
        {
            "start": 855673506,
            "stop": 855673656
        },
        {
            "start": 855673806,
            "stop": 855674466
        },
        {
            "start": 855674845,
            "stop": 855676045
        },
        {
            "start": 855676494,
            "stop": 855676734
        },
        {
            "start": 855696285,
            "stop": 855698805
        },
        {
            "start": 855698972,
            "stop": 855699032
        },
        {
            "start": 855699314,
            "stop": 855702074
        },
        {
            "start": 855702232,
            "stop": 855702772
        },
        {
            "start": 855703019,
            "stop": 855703589
        },
        {
            "start": 855704911,
            "stop": 855706351
        }
    ]
}