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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=279",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 280,
    "results": [
        {
            "start": 831189217,
            "stop": 831189457
        },
        {
            "start": 831189609,
            "stop": 831191169
        },
        {
            "start": 831193189,
            "stop": 831194209
        },
        {
            "start": 831195969,
            "stop": 831196869
        },
        {
            "start": 831197023,
            "stop": 831198343
        },
        {
            "start": 831198520,
            "stop": 831199660
        },
        {
            "start": 831199802,
            "stop": 831200462
        },
        {
            "start": 831202444,
            "stop": 831202774
        },
        {
            "start": 831203805,
            "stop": 831208125
        },
        {
            "start": 831215077,
            "stop": 831215737
        },
        {
            "start": 831216922,
            "stop": 831216982
        },
        {
            "start": 831217528,
            "stop": 831217588
        },
        {
            "start": 831255364,
            "stop": 831255484
        },
        {
            "start": 831255811,
            "stop": 831255871
        },
        {
            "start": 831280070,
            "stop": 831283610
        },
        {
            "start": 831284378,
            "stop": 831284678
        },
        {
            "start": 831284828,
            "stop": 831289778
        },
        {
            "start": 831289898,
            "stop": 831290018
        },
        {
            "start": 831290048,
            "stop": 831290138
        },
        {
            "start": 831290906,
            "stop": 831290966
        }
    ]
}