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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=269",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 270,
    "results": [
        {
            "start": 830074390,
            "stop": 830076100
        },
        {
            "start": 830076250,
            "stop": 830085760
        },
        {
            "start": 830086181,
            "stop": 830088401
        },
        {
            "start": 830091932,
            "stop": 830094032
        },
        {
            "start": 830094176,
            "stop": 830094656
        },
        {
            "start": 830098505,
            "stop": 830099525
        },
        {
            "start": 830099705,
            "stop": 830102765
        },
        {
            "start": 830103028,
            "stop": 830104948
        },
        {
            "start": 830105443,
            "stop": 830107003
        },
        {
            "start": 830107308,
            "stop": 830109828
        },
        {
            "start": 830109989,
            "stop": 830110409
        },
        {
            "start": 830110560,
            "stop": 830110920
        },
        {
            "start": 830111482,
            "stop": 830111842
        },
        {
            "start": 830112007,
            "stop": 830112127
        },
        {
            "start": 830112267,
            "stop": 830112447
        },
        {
            "start": 830112601,
            "stop": 830112961
        },
        {
            "start": 830115277,
            "stop": 830115397
        },
        {
            "start": 830115813,
            "stop": 830115873
        },
        {
            "start": 830117819,
            "stop": 830117879
        },
        {
            "start": 830118548,
            "stop": 830118608
        }
    ]
}