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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=369",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 370,
    "results": [
        {
            "start": 835732545,
            "stop": 835732905
        },
        {
            "start": 835733069,
            "stop": 835734569
        },
        {
            "start": 835734877,
            "stop": 835735117
        },
        {
            "start": 835735435,
            "stop": 835736035
        },
        {
            "start": 835736212,
            "stop": 835736512
        },
        {
            "start": 835736699,
            "stop": 835737179
        },
        {
            "start": 835737315,
            "stop": 835737615
        },
        {
            "start": 835737778,
            "stop": 835738018
        },
        {
            "start": 835738187,
            "stop": 835738547
        },
        {
            "start": 835738739,
            "stop": 835739039
        },
        {
            "start": 835739245,
            "stop": 835739305
        },
        {
            "start": 835739464,
            "stop": 835739644
        },
        {
            "start": 835740013,
            "stop": 835740193
        },
        {
            "start": 835740702,
            "stop": 835740762
        },
        {
            "start": 835741261,
            "stop": 835741381
        },
        {
            "start": 835741875,
            "stop": 835742715
        },
        {
            "start": 835742958,
            "stop": 835743408
        },
        {
            "start": 835743706,
            "stop": 835744546
        },
        {
            "start": 835744714,
            "stop": 835748434
        },
        {
            "start": 835748494,
            "stop": 835749394
        }
    ]
}