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_H2L1/segments?format=api&page=870
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_H2L1/segments?format=api&page=871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=869",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 870,
    "results": [
        {
            "start": 865776859,
            "stop": 865777039
        },
        {
            "start": 865777214,
            "stop": 865777574
        },
        {
            "start": 865778127,
            "stop": 865778487
        },
        {
            "start": 865778717,
            "stop": 865779437
        },
        {
            "start": 865779619,
            "stop": 865779979
        },
        {
            "start": 865780992,
            "stop": 865781112
        },
        {
            "start": 865781607,
            "stop": 865781967
        },
        {
            "start": 865782125,
            "stop": 865782245
        },
        {
            "start": 865782795,
            "stop": 865782855
        },
        {
            "start": 865783108,
            "stop": 865783708
        },
        {
            "start": 865784563,
            "stop": 865784743
        },
        {
            "start": 865785184,
            "stop": 865785244
        },
        {
            "start": 865785434,
            "stop": 865785554
        },
        {
            "start": 865785757,
            "stop": 865785937
        },
        {
            "start": 865786650,
            "stop": 865787610
        },
        {
            "start": 865787866,
            "stop": 865787926
        },
        {
            "start": 865788136,
            "stop": 865789036
        },
        {
            "start": 865789194,
            "stop": 865789734
        },
        {
            "start": 865789925,
            "stop": 865790945
        },
        {
            "start": 865791229,
            "stop": 865791949
        }
    ]
}