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=723
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=724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=722",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 723,
    "results": [
        {
            "start": 857087812,
            "stop": 857088862
        },
        {
            "start": 857088982,
            "stop": 857093992
        },
        {
            "start": 857096039,
            "stop": 857098799
        },
        {
            "start": 857098938,
            "stop": 857105418
        },
        {
            "start": 857105631,
            "stop": 857110851
        },
        {
            "start": 857111062,
            "stop": 857113882
        },
        {
            "start": 857114552,
            "stop": 857123252
        },
        {
            "start": 857123402,
            "stop": 857125172
        },
        {
            "start": 857125351,
            "stop": 857131711
        },
        {
            "start": 857133284,
            "stop": 857135864
        },
        {
            "start": 857136014,
            "stop": 857136164
        },
        {
            "start": 857137010,
            "stop": 857145350
        },
        {
            "start": 857145507,
            "stop": 857146947
        },
        {
            "start": 857147102,
            "stop": 857148242
        },
        {
            "start": 857148480,
            "stop": 857150310
        },
        {
            "start": 857150340,
            "stop": 857151090
        },
        {
            "start": 857151240,
            "stop": 857156430
        },
        {
            "start": 857156580,
            "stop": 857156940
        },
        {
            "start": 857157193,
            "stop": 857159533
        },
        {
            "start": 857164138,
            "stop": 857166118
        }
    ]
}