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=401
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=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=400",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 401,
    "results": [
        {
            "start": 837447576,
            "stop": 837450096
        },
        {
            "start": 837450260,
            "stop": 837450320
        },
        {
            "start": 837450472,
            "stop": 837450592
        },
        {
            "start": 837450752,
            "stop": 837450932
        },
        {
            "start": 837451443,
            "stop": 837451803
        },
        {
            "start": 837451959,
            "stop": 837452079
        },
        {
            "start": 837454930,
            "stop": 837455230
        },
        {
            "start": 837455390,
            "stop": 837455750
        },
        {
            "start": 837455917,
            "stop": 837456097
        },
        {
            "start": 837456320,
            "stop": 837456620
        },
        {
            "start": 837456650,
            "stop": 837456800
        },
        {
            "start": 837456957,
            "stop": 837457137
        },
        {
            "start": 837457298,
            "stop": 837457358
        },
        {
            "start": 837457853,
            "stop": 837458093
        },
        {
            "start": 837459624,
            "stop": 837459684
        },
        {
            "start": 837460064,
            "stop": 837460424
        },
        {
            "start": 837463246,
            "stop": 837464026
        },
        {
            "start": 837464179,
            "stop": 837464299
        },
        {
            "start": 837464440,
            "stop": 837464680
        },
        {
            "start": 837464997,
            "stop": 837465537
        }
    ]
}