Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=279
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=278",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 279,
    "results": [
        {
            "start": 866213047,
            "stop": 866213350
        },
        {
            "start": 866213353,
            "stop": 866213434
        },
        {
            "start": 866213437,
            "stop": 866213495
        },
        {
            "start": 866213498,
            "stop": 866213551
        },
        {
            "start": 866213554,
            "stop": 866213612
        },
        {
            "start": 866213615,
            "stop": 866213732
        },
        {
            "start": 866213735,
            "stop": 866213851
        },
        {
            "start": 866213854,
            "stop": 866214025
        },
        {
            "start": 866214030,
            "stop": 866214119
        },
        {
            "start": 866214122,
            "stop": 866214268
        },
        {
            "start": 866214271,
            "stop": 866214425
        },
        {
            "start": 866214428,
            "stop": 866214440
        },
        {
            "start": 866214443,
            "stop": 866214608
        },
        {
            "start": 866214611,
            "stop": 866214637
        },
        {
            "start": 866214640,
            "stop": 866214700
        },
        {
            "start": 866214704,
            "stop": 866214758
        },
        {
            "start": 866231329,
            "stop": 866231388
        },
        {
            "start": 866231391,
            "stop": 866231503
        },
        {
            "start": 866231506,
            "stop": 866231513
        },
        {
            "start": 866231516,
            "stop": 866231521
        }
    ]
}