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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=291",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 292,
    "results": [
        {
            "start": 869471172,
            "stop": 869471184
        },
        {
            "start": 869471233,
            "stop": 869471242
        },
        {
            "start": 869471253,
            "stop": 869471261
        },
        {
            "start": 869471272,
            "stop": 869471282
        },
        {
            "start": 869471292,
            "stop": 869471298
        },
        {
            "start": 869471312,
            "stop": 869471320
        },
        {
            "start": 869471331,
            "stop": 869471339
        },
        {
            "start": 869471349,
            "stop": 869471359
        },
        {
            "start": 869471369,
            "stop": 869471380
        },
        {
            "start": 869471390,
            "stop": 869471401
        },
        {
            "start": 869471419,
            "stop": 869471434
        },
        {
            "start": 869471443,
            "stop": 869471454
        },
        {
            "start": 869471462,
            "stop": 869471475
        },
        {
            "start": 869471487,
            "stop": 869471504
        },
        {
            "start": 869471507,
            "stop": 869471517
        },
        {
            "start": 869471533,
            "stop": 869471536
        },
        {
            "start": 869471544,
            "stop": 869471558
        },
        {
            "start": 869471568,
            "stop": 869471578
        },
        {
            "start": 869471591,
            "stop": 869471599
        },
        {
            "start": 869471610,
            "stop": 869471618
        }
    ]
}