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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=47",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 48,
    "results": [
        {
            "start": 821775836,
            "stop": 821776492
        },
        {
            "start": 821776495,
            "stop": 821776764
        },
        {
            "start": 821776768,
            "stop": 821776775
        },
        {
            "start": 821776778,
            "stop": 821777973
        },
        {
            "start": 821777976,
            "stop": 821778540
        },
        {
            "start": 821778543,
            "stop": 821778845
        },
        {
            "start": 821778848,
            "stop": 821781380
        },
        {
            "start": 821781383,
            "stop": 821781867
        },
        {
            "start": 821781870,
            "stop": 821781990
        },
        {
            "start": 821781993,
            "stop": 821781995
        },
        {
            "start": 821781998,
            "stop": 821783034
        },
        {
            "start": 821784343,
            "stop": 821786112
        },
        {
            "start": 821786560,
            "stop": 821790398
        },
        {
            "start": 821790401,
            "stop": 821790863
        },
        {
            "start": 821790866,
            "stop": 821791343
        },
        {
            "start": 821791346,
            "stop": 821791365
        },
        {
            "start": 821791368,
            "stop": 821791801
        },
        {
            "start": 821791804,
            "stop": 821791807
        },
        {
            "start": 821791833,
            "stop": 821796445
        },
        {
            "start": 821796448,
            "stop": 821796476
        }
    ]
}