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_CAT1/segments?format=api&page=9832
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9831",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9832,
    "results": [
        {
            "start": 874137267,
            "stop": 874137703
        },
        {
            "start": 874137706,
            "stop": 874137968
        },
        {
            "start": 874137971,
            "stop": 874138002
        },
        {
            "start": 874138005,
            "stop": 874138074
        },
        {
            "start": 874138077,
            "stop": 874138297
        },
        {
            "start": 874138301,
            "stop": 874138363
        },
        {
            "start": 874138366,
            "stop": 874138378
        },
        {
            "start": 874138381,
            "stop": 874138388
        },
        {
            "start": 874138391,
            "stop": 874139129
        },
        {
            "start": 874139132,
            "stop": 874139177
        },
        {
            "start": 874139180,
            "stop": 874139909
        },
        {
            "start": 874139914,
            "stop": 874139927
        },
        {
            "start": 874139930,
            "stop": 874139931
        },
        {
            "start": 874139934,
            "stop": 874139936
        },
        {
            "start": 874139941,
            "stop": 874139943
        },
        {
            "start": 874139946,
            "stop": 874140081
        },
        {
            "start": 874140084,
            "stop": 874141146
        },
        {
            "start": 874141152,
            "stop": 874141280
        },
        {
            "start": 874141283,
            "stop": 874143068
        },
        {
            "start": 874143071,
            "stop": 874143493
        }
    ]
}