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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=288",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 289,
    "results": [
        {
            "start": 869469490,
            "stop": 869469508
        },
        {
            "start": 869469511,
            "stop": 869469556
        },
        {
            "start": 869469566,
            "stop": 869469593
        },
        {
            "start": 869469598,
            "stop": 869469634
        },
        {
            "start": 869469641,
            "stop": 869469701
        },
        {
            "start": 869469704,
            "stop": 869469722
        },
        {
            "start": 869469725,
            "stop": 869469768
        },
        {
            "start": 869469773,
            "stop": 869469788
        },
        {
            "start": 869469796,
            "stop": 869469815
        },
        {
            "start": 869469820,
            "stop": 869469837
        },
        {
            "start": 869469842,
            "stop": 869469882
        },
        {
            "start": 869469891,
            "stop": 869469904
        },
        {
            "start": 869469912,
            "stop": 869469929
        },
        {
            "start": 869469935,
            "stop": 869469946
        },
        {
            "start": 869469952,
            "stop": 869470010
        },
        {
            "start": 869470016,
            "stop": 869470029
        },
        {
            "start": 869470034,
            "stop": 869470083
        },
        {
            "start": 869470095,
            "stop": 869470111
        },
        {
            "start": 869470117,
            "stop": 869470130
        },
        {
            "start": 869470138,
            "stop": 869470151
        }
    ]
}