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=926
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=927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=925",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 926,
    "results": [
        {
            "start": 865773473,
            "stop": 865773533
        },
        {
            "start": 865773811,
            "stop": 865774711
        },
        {
            "start": 865774867,
            "stop": 865775467
        },
        {
            "start": 865775611,
            "stop": 865776691
        },
        {
            "start": 865776859,
            "stop": 865777039
        },
        {
            "start": 865777205,
            "stop": 865777565
        },
        {
            "start": 865778127,
            "stop": 865778487
        },
        {
            "start": 865778717,
            "stop": 865779437
        },
        {
            "start": 865779619,
            "stop": 865779979
        },
        {
            "start": 865781022,
            "stop": 865781112
        },
        {
            "start": 865781607,
            "stop": 865781967
        },
        {
            "start": 865782125,
            "stop": 865782245
        },
        {
            "start": 865782795,
            "stop": 865782855
        },
        {
            "start": 865783104,
            "stop": 865783284
        },
        {
            "start": 865783429,
            "stop": 865783729
        },
        {
            "start": 865784563,
            "stop": 865784743
        },
        {
            "start": 865785434,
            "stop": 865785554
        },
        {
            "start": 865785757,
            "stop": 865785937
        },
        {
            "start": 865786650,
            "stop": 865787610
        },
        {
            "start": 865787866,
            "stop": 865787926
        }
    ]
}